#78282E

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

Shades of Tamarillo #78282E

Tints of Tamarillo #78282E

Color information

#78282E (or 0x78282E) is unknown color: approx Tamarillo. HEX triplet: 78, 28 and 2E. RGB value is (120,40,46). Sum of RGB (Red+Green+Blue) = 120+40+46=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78282E is #87D7D1. Grayscale: #404040. Windows color (decimal): -8902610 or 3025016. OLE color: 3025016.

HSL color Cylindrical-coordinate representation of color #78282E: hue angle of 355.5º 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 #78282E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1204046-
CMYK00.670.620.53
HSL355.5º50%31.37%-
HSV(B)355.5º66.67%47.06%-
XYZ95.713.21-
YUV64.6117.5167.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=58.25%
G=19.42%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120404600.670.620.53355.55031.37
Hex78282E0433E35164321f
Octal1705056010376655446237
Binary11110001010001011100100001111111011010110110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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