#724648

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

Shades of Tosca #724648

Tints of Tosca #724648

Color information

#724648 (or 0x724648) is unknown color: approx Tosca. HEX triplet: 72, 46 and 48. RGB value is (114,70,72). Sum of RGB (Red+Green+Blue) = 114+70+72=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #724648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724648 is #8DB9B7. Grayscale: #535353. Windows color (decimal): -9288120 or 4736626. OLE color: 4736626.

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

Color convert

RGB1147072-
CMYK00.390.370.55
HSL357.27º23.91%36.08%-
HSV(B)357.27º38.6%44.71%-
XYZ10.38.437.21-
YUV83.38121.58149.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=44.53%
G=27.34%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114707200.390.370.55357.2723.9136.08
Hex72464802725371651824
Octal16210611004745675453044
Binary111001010001101001000010011110010111011110110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724648; }

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

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

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

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

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

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

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

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