#72494F

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

Shades of Tosca #72494F

Tints of Tosca #72494F

Color information

#72494F (or 0x72494F) is unknown color: approx Tosca. HEX triplet: 72, 49 and 4F. RGB value is (114,73,79). Sum of RGB (Red+Green+Blue) = 114+73+79=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #72494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72494F is #8DB6B0. Grayscale: #555555. Windows color (decimal): -9287345 or 5196146. OLE color: 5196146.

HSL color Cylindrical-coordinate representation of color #72494F: hue angle of 351.22º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72494F is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1147379-
CMYK00.360.310.55
HSL351.22º21.93%36.67%-
HSV(B)351.22º35.96%44.71%-
XYZ10.738.918.55-
YUV85.94124.08148.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=42.86%
G=27.44%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114737900.360.310.55351.2221.9336.67
Hex72494F0241F3715f1625
Octal16211111704437675372645
Binary11100101001001100111101001001111111011110101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,73,79); }

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

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

 a { background-color: rgb(114,73,79); }

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

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

 span { border-color: rgb(114,73,79); }

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