#724446

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

Shades of Tosca #724446

Tints of Tosca #724446

Color information

#724446 (or 0x724446) is unknown color: approx Tosca. HEX triplet: 72, 44 and 46. RGB value is (114,68,70). Sum of RGB (Red+Green+Blue) = 114+68+70=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #724446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724446 is #8DBBB9. Grayscale: #525252. Windows color (decimal): -9288634 or 4605042. OLE color: 4605042.

HSL color Cylindrical-coordinate representation of color #724446: hue angle of 357.39º 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 #724446 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1146870-
CMYK00.400.390.55
HSL357.39º25.27%35.69%-
HSV(B)357.39º40.35%44.71%-
XYZ10.118.156.84-
YUV81.98121.24150.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=45.24%
G=26.98%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114687000.400.390.55357.3925.2735.69
Hex72444602827371651924
Octal16210410605047675453144
Binary111001010001001000110010100010011111011110110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724446; }

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

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

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

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

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

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

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

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