#724044

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

Shades of Tosca #724044

Tints of Tosca #724044

Color information

#724044 (or 0x724044) is unknown color: approx Tosca. HEX triplet: 72, 40 and 44. RGB value is (114,64,68). Sum of RGB (Red+Green+Blue) = 114+64+68=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724044 is #8DBFBB. Grayscale: #4F4F4F. Windows color (decimal): -9289660 or 4472946. OLE color: 4472946.

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

Color convert

RGB1146468-
CMYK00.440.400.55
HSL355.2º28.09%34.9%-
HSV(B)355.2º43.86%44.71%-
XYZ9.827.666.43-
YUV79.41121.56152.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=46.34%
G=26.02%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114646800.440.400.55355.228.0934.9
Hex72404402C28371631c23
Octal16210010405450675433443
Binary111001010000001000100010110010100011011110110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724044; }

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

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

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

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

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

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

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

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