#782A2F

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

Shades of Tamarillo #782A2F

Tints of Tamarillo #782A2F

Color information

#782A2F (or 0x782A2F) is unknown color: approx Tamarillo. HEX triplet: 78, 2A and 2F. RGB value is (120,42,47). Sum of RGB (Red+Green+Blue) = 120+42+47=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #782A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A2F is #87D5D0. Grayscale: #414141. Windows color (decimal): -8902097 or 3091064. OLE color: 3091064.

HSL color Cylindrical-coordinate representation of color #782A2F: hue angle of 356.15º 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 #782A2F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1204247-
CMYK00.650.610.53
HSL356.15º48.15%31.76%-
HSV(B)356.15º65%47.06%-
XYZ9.095.853.34-
YUV65.89117.34166.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=57.42%
G=20.10%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120424700.650.610.53356.1548.1531.76
Hex782A2F0413D351643020
Octal1705257010175655446040
Binary111100010101010111101000001111101110101101100100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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