#72454C

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

Shades of Tosca #72454C

Tints of Tosca #72454C

Color information

#72454C (or 0x72454C) is unknown color: approx Tosca. HEX triplet: 72, 45 and 4C. RGB value is (114,69,76). Sum of RGB (Red+Green+Blue) = 114+69+76=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72454C is #8DBAB3. Grayscale: #535353. Windows color (decimal): -9288372 or 4998514. OLE color: 4998514.

HSL color Cylindrical-coordinate representation of color #72454C: hue angle of 350.67º degrees, saturation: 0.25, 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 #72454C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1146976-
CMYK00.390.330.55
HSL350.67º24.59%35.88%-
HSV(B)350.67º39.47%44.71%-
XYZ10.378.367.9-
YUV83.25123.91149.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=44.02%
G=26.64%
B=29.34%

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
Decimal114697600.390.330.55350.6724.5935.88
Hex72454C027213715f1924
Octal16210511404741675373144
Binary111001010001011001100010011110000111011110101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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