#72494B

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

Shades of Tosca #72494B

Tints of Tosca #72494B

Color information

#72494B (or 0x72494B) is unknown color: approx Tosca. HEX triplet: 72, 49 and 4B. RGB value is (114,73,75). Sum of RGB (Red+Green+Blue) = 114+73+75=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72494B is #8DB6B4. Grayscale: #555555. Windows color (decimal): -9287349 or 4934002. OLE color: 4934002.

HSL color Cylindrical-coordinate representation of color #72494B: hue angle of 357.07º 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 #72494B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1147375-
CMYK00.360.340.55
HSL357.07º21.93%36.67%-
HSV(B)357.07º35.96%44.71%-
XYZ10.598.857.81-
YUV85.49122.08148.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=43.51%
G=27.86%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114737500.360.340.55357.0721.9336.67
Hex72494B02422371651625
Octal16211111304442675452645
Binary111001010010011001011010010010001011011110110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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