#72464C

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

Shades of Tosca #72464C

Tints of Tosca #72464C

Color information

#72464C (or 0x72464C) is unknown color: approx Tosca. HEX triplet: 72, 46 and 4C. RGB value is (114,70,76). Sum of RGB (Red+Green+Blue) = 114+70+76=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72464C is #8DB9B3. Grayscale: #535353. Windows color (decimal): -9288116 or 4998770. OLE color: 4998770.

HSL color Cylindrical-coordinate representation of color #72464C: hue angle of 351.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72464C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1147076-
CMYK00.390.330.55
HSL351.82º23.91%36.08%-
HSV(B)351.82º38.6%44.71%-
XYZ10.438.487.92-
YUV83.84123.58149.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=43.85%
G=26.92%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114707600.390.330.55351.8223.9136.08
Hex72464C02721371601824
Octal16210611404741675403044
Binary111001010001101001100010011110000111011110110000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,70,76); }

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

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

 a { background-color: rgb(114,70,76); }

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

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

 span { border-color: rgb(114,70,76); }

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