#72464B

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

Shades of Tosca #72464B

Tints of Tosca #72464B

Color information

#72464B (or 0x72464B) is unknown color: approx Tosca. HEX triplet: 72, 46 and 4B. RGB value is (114,70,75). Sum of RGB (Red+Green+Blue) = 114+70+75=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72464B is #8DB9B4. Grayscale: #535353. Windows color (decimal): -9288117 or 4933234. OLE color: 4933234.

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

Color convert

RGB1147075-
CMYK00.390.340.55
HSL353.18º23.91%36.08%-
HSV(B)353.18º38.6%44.71%-
XYZ10.48.477.74-
YUV83.73123.08149.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=44.02%
G=27.03%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114707500.390.340.55353.1823.9136.08
Hex72464B02722371611824
Octal16210611304742675413044
Binary111001010001101001011010011110001011011110110000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72464B; }

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

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

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

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

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

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

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

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