#78282F

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

Shades of Tamarillo #78282F

Tints of Tamarillo #78282F

Color information

#78282F (or 0x78282F) is unknown color: approx Tamarillo. HEX triplet: 78, 28 and 2F. RGB value is (120,40,47). Sum of RGB (Red+Green+Blue) = 120+40+47=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #78282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78282F is #87D7D0. Grayscale: #404040. Windows color (decimal): -8902609 or 3090552. OLE color: 3090552.

HSL color Cylindrical-coordinate representation of color #78282F: hue angle of 354.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78282F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1204047-
CMYK00.670.610.53
HSL354.75º50%31.37%-
HSV(B)354.75º66.67%47.06%-
XYZ9.025.723.32-
YUV64.72118167.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=57.97%
G=19.32%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120404700.670.610.53354.755031.37
Hex78282F0433D35163321f
Octal1705057010375655436237
Binary11110001010001011110100001111110111010110110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78282F; }

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

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

<style>
 a { background-color: #78282F; }

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

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

<style>
 span { border-color: #78282F; }

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

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