Shades of Tosca #72454D
Tints of Tosca #72454D
RGB
CMYK
RGB Variations
Color information
#72454D (or 0x72454D) is known color: Tosca. HEX triplet: 72, 45 and 4D. RGB value is (114,69,77). Sum of RGB (Red+Green+Blue) = 114+69+77=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72454D is #8DBAB2. Grayscale: #535353. Windows color (decimal): -9288371 or 5064050. OLE color: 5064050.
HSL color Cylindrical-coordinate representation of color #72454D: hue angle of 349.33º degrees, saturation: 0.25, 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 #72454D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 77 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.55 |
| HSL | 349.33º | 0.25% | 0.36% | - |
| HSV(B) | 349.33º | 0.39% | 0.45% | - |
| XYZ | 10.41 | 8.37 | 8.09 | - |
| YUV | 83.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 77 | 0 | 0.39 | 0.32 | 0.55 | 349.33 | 0.25 | 0.36 |
| Hex | 72 | 45 | 4D | 0 | 27 | 20 | 37 | 15D | 19 | 24 |
| Octal | 162 | 105 | 115 | 0 | 47 | 40 | 67 | 535 | 31 | 44 |
| Binary | 1110010 | 1000101 | 1001101 | 0 | 100111 | 100000 | 110111 | 101011101 | 11001 | 100100 |
Color Harmonies of #72454D
Complementary color
Monochromatic Colors of #72454D
Black with #72454D
Text Example
Text Example
White with #72454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72454D; }
p { color: rgb(114,69,77); }
H1.HeaderClassName
{
color: #72454D;
}
.AnyTagClassName
{
color: #72454D;
}
</style>
background-color css
<style>
a { background-color: #72454D; }
a { background-color: rgb(114,69,77); }
div.DivClassName
{
background-color: #72454D;
}
.BgClassName
{
background-color: #72454D;
}
</style>
border-color css
<style>
span { border-color: #72454D; }
span { border-color: rgb(114,69,77); }
td.TdClassName
{
border-color: #72454D;
}
.TagClassName
{
border-color: #72454D;
}
</style>