Shades of Tosca #72434C
Tints of Tosca #72434C
RGB
CMYK
RGB Variations
Color information
#72434C (or 0x72434C) is known color: Tosca. HEX triplet: 72, 43 and 4C. RGB value is (114,67,76). Sum of RGB (Red+Green+Blue) = 114+67+76=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72434C is #8DBCB3. Grayscale: #525252. Windows color (decimal): -9288884 or 4998002. OLE color: 4998002.
HSL color Cylindrical-coordinate representation of color #72434C: hue angle of 348.51º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72434C is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 76 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.55 |
| HSL | 348.51º | 0.26% | 0.35% | - |
| HSV(B) | 348.51º | 0.41% | 0.45% | - |
| XYZ | 10.25 | 8.11 | 7.86 | - |
| YUV | 82.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 76 | 0 | 0.41 | 0.33 | 0.55 | 348.51 | 0.26 | 0.35 |
| Hex | 72 | 43 | 4C | 0 | 29 | 21 | 37 | 15D | 1A | 23 |
| Octal | 162 | 103 | 114 | 0 | 51 | 41 | 67 | 535 | 32 | 43 |
| Binary | 1110010 | 1000011 | 1001100 | 0 | 101001 | 100001 | 110111 | 101011101 | 11010 | 100011 |
Color Harmonies of #72434C
Complementary color
Monochromatic Colors of #72434C
Black with #72434C
Text Example
Text Example
White with #72434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72434C; }
p { color: rgb(114,67,76); }
H1.HeaderClassName
{
color: #72434C;
}
.AnyTagClassName
{
color: #72434C;
}
</style>
background-color css
<style>
a { background-color: #72434C; }
a { background-color: rgb(114,67,76); }
div.DivClassName
{
background-color: #72434C;
}
.BgClassName
{
background-color: #72434C;
}
</style>
border-color css
<style>
span { border-color: #72434C; }
span { border-color: rgb(114,67,76); }
td.TdClassName
{
border-color: #72434C;
}
.TagClassName
{
border-color: #72434C;
}
</style>