Shades of Tosca #72474E
Tints of Tosca #72474E
RGB
CMYK
RGB Variations
Color information
#72474E (or 0x72474E) is known color: Tosca. HEX triplet: 72, 47 and 4E. RGB value is (114,71,78). Sum of RGB (Red+Green+Blue) = 114+71+78=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72474E is #8DB8B1. Grayscale: #545454. Windows color (decimal): -9287858 or 5130098. OLE color: 5130098.
HSL color Cylindrical-coordinate representation of color #72474E: hue angle of 350.23º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72474E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 78 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.55 |
| HSL | 350.23º | 0.23% | 0.36% | - |
| HSV(B) | 350.23º | 0.38% | 0.45% | - |
| XYZ | 10.57 | 8.63 | 8.32 | - |
| YUV | 84.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 78 | 0 | 0.38 | 0.32 | 0.55 | 350.23 | 0.23 | 0.36 |
| Hex | 72 | 47 | 4E | 0 | 26 | 20 | 37 | 15E | 17 | 24 |
| Octal | 162 | 107 | 116 | 0 | 46 | 40 | 67 | 536 | 27 | 44 |
| Binary | 1110010 | 1000111 | 1001110 | 0 | 100110 | 100000 | 110111 | 101011110 | 10111 | 100100 |
Color Harmonies of #72474E
Complementary color
Monochromatic Colors of #72474E
Black with #72474E
Text Example
Text Example
White with #72474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72474E; }
p { color: rgb(114,71,78); }
H1.HeaderClassName
{
color: #72474E;
}
.AnyTagClassName
{
color: #72474E;
}
</style>
background-color css
<style>
a { background-color: #72474E; }
a { background-color: rgb(114,71,78); }
div.DivClassName
{
background-color: #72474E;
}
.BgClassName
{
background-color: #72474E;
}
</style>
border-color css
<style>
span { border-color: #72474E; }
span { border-color: rgb(114,71,78); }
td.TdClassName
{
border-color: #72474E;
}
.TagClassName
{
border-color: #72474E;
}
</style>