#782A2C

Color #782A2C Tamarillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tamarillo #782A2C

Tints of Tamarillo #782A2C

Color information

#782A2C (or 0x782A2C) is unknown color: approx Tamarillo. HEX triplet: 78, 2A and 2C. RGB value is (120,42,44). Sum of RGB (Red+Green+Blue) = 120+42+44=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #782A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A2C is #87D5D3. Grayscale: #414141. Windows color (decimal): -8902100 or 2894456. OLE color: 2894456.

HSL color Cylindrical-coordinate representation of color #782A2C: hue angle of 358.46º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A2C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1204244-
CMYK00.650.630.53
HSL358.46º48.15%31.76%-
HSV(B)358.46º65%47.06%-
XYZ9.035.833.03-
YUV65.55115.84166.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=58.25%
G=20.39%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120424400.650.630.53358.4648.1531.76
Hex782A2C0413F351663020
Octal1705254010177655466040
Binary111100010101010110001000001111111110101101100110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A2C; }

 p { color: rgb(120,42,44); }

 H1.HeaderClassName
 {
   color: #782A2C;
 }
 .AnyTagClassName
 {
   color: #782A2C;
 }
</style>
background-color css

<style>
 a { background-color: #782A2C; }

 a { background-color: rgb(120,42,44); }

 div.DivClassName
 {
   background-color: #782A2C;
 }
 .BgClassName
 {
   background-color: #782A2C;
 }
</style>
border-color css

<style>
 span { border-color: #782A2C; }

 span { border-color: rgb(120,42,44); }

 td.TdClassName
 {
   border-color: #782A2C;
 }
 .TagClassName
 {
   border-color: #782A2C;
 }
</style>