Shades of Tosca #72484C
Tints of Tosca #72484C
RGB
CMYK
RGB Variations
Color information
#72484C (or 0x72484C) is known color: Tosca. HEX triplet: 72, 48 and 4C. RGB value is (114,72,76). Sum of RGB (Red+Green+Blue) = 114+72+76=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72484C is #8DB7B3. Grayscale: #555555. Windows color (decimal): -9287604 or 4999282. OLE color: 4999282.
HSL color Cylindrical-coordinate representation of color #72484C: hue angle of 354.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72484C is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 76 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.55 |
| HSL | 354.29º | 0.23% | 0.36% | - |
| HSV(B) | 354.29º | 0.37% | 0.45% | - |
| XYZ | 10.56 | 8.73 | 7.97 | - |
| YUV | 85.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 76 | 0 | 0.37 | 0.33 | 0.55 | 354.29 | 0.23 | 0.36 |
| Hex | 72 | 48 | 4C | 0 | 25 | 21 | 37 | 162 | 17 | 24 |
| Octal | 162 | 110 | 114 | 0 | 45 | 41 | 67 | 542 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1001100 | 0 | 100101 | 100001 | 110111 | 101100010 | 10111 | 100100 |
Color Harmonies of #72484C
Complementary color
Monochromatic Colors of #72484C
Black with #72484C
Text Example
Text Example
White with #72484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72484C; }
p { color: rgb(114,72,76); }
H1.HeaderClassName
{
color: #72484C;
}
.AnyTagClassName
{
color: #72484C;
}
</style>
background-color css
<style>
a { background-color: #72484C; }
a { background-color: rgb(114,72,76); }
div.DivClassName
{
background-color: #72484C;
}
.BgClassName
{
background-color: #72484C;
}
</style>
border-color css
<style>
span { border-color: #72484C; }
span { border-color: rgb(114,72,76); }
td.TdClassName
{
border-color: #72484C;
}
.TagClassName
{
border-color: #72484C;
}
</style>