#78272B

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

Shades of Tamarillo #78272B

Tints of Tamarillo #78272B

Color information

#78272B (or 0x78272B) is unknown color: approx Tamarillo. HEX triplet: 78, 27 and 2B. RGB value is (120,39,43). Sum of RGB (Red+Green+Blue) = 120+39+43=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78272B is #87D8D4. Grayscale: #3F3F3F. Windows color (decimal): -8902869 or 2828152. OLE color: 2828152.

HSL color Cylindrical-coordinate representation of color #78272B: hue angle of 357.04º degrees, saturation: 0.51, 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 #78272B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1203943-
CMYK00.670.640.53
HSL357.04º50.94%31.18%-
HSV(B)357.04º67.5%47.06%-
XYZ8.915.622.9-
YUV63.68116.34168.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=59.41%
G=19.31%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120394300.670.640.53357.0450.9431.18
Hex78272B0434035165331f
Octal17047530103100655456337
Binary111100010011110101101000011100000011010110110010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78272B; }

 p { color: rgb(120,39,43); }

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

<style>
 a { background-color: #78272B; }

 a { background-color: rgb(120,39,43); }

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

<style>
 span { border-color: #78272B; }

 span { border-color: rgb(120,39,43); }

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