#72444A

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

Shades of Tosca #72444A

Tints of Tosca #72444A

Color information

#72444A (or 0x72444A) is unknown color: approx Tosca. HEX triplet: 72, 44 and 4A. RGB value is (114,68,74). Sum of RGB (Red+Green+Blue) = 114+68+74=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72444A is #8DBBB5. Grayscale: #525252. Windows color (decimal): -9288630 or 4867186. OLE color: 4867186.

HSL color Cylindrical-coordinate representation of color #72444A: hue angle of 352.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72444A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1146874-
CMYK00.400.350.55
HSL352.17º25.27%35.69%-
HSV(B)352.17º40.35%44.71%-
XYZ10.248.217.52-
YUV82.44123.24150.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=44.53%
G=26.56%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114687400.400.350.55352.1725.2735.69
Hex72444A02823371601924
Octal16210411205043675403144
Binary111001010001001001010010100010001111011110110000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72444A; }

 p { color: rgb(114,68,74); }

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

<style>
 a { background-color: #72444A; }

 a { background-color: rgb(114,68,74); }

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

<style>
 span { border-color: #72444A; }

 span { border-color: rgb(114,68,74); }

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