#78262C

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

Shades of Tamarillo #78262C

Tints of Tamarillo #78262C

Color information

#78262C (or 0x78262C) is unknown color: approx Tamarillo. HEX triplet: 78, 26 and 2C. RGB value is (120,38,44). Sum of RGB (Red+Green+Blue) = 120+38+44=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78262C is #87D9D3. Grayscale: #3F3F3F. Windows color (decimal): -8903124 or 2893432. OLE color: 2893432.

HSL color Cylindrical-coordinate representation of color #78262C: hue angle of 355.61º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78262C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1203844-
CMYK00.680.630.53
HSL355.61º51.9%30.98%-
HSV(B)355.61º68.33%47.06%-
XYZ8.895.562.99-
YUV63.2117.17168.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=59.41%
G=18.81%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120384400.680.630.53355.6151.930.98
Hex78262C0443F35164341f
Octal1704654010477655446437
Binary11110001001101011000100010011111111010110110010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78262C; }

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

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

<style>
 a { background-color: #78262C; }

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

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

<style>
 span { border-color: #78262C; }

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

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