Shades of Tosca #72434A
Tints of Tosca #72434A
RGB
CMYK
RGB Variations
Color information
#72434A (or 0x72434A) is known color: Tosca. HEX triplet: 72, 43 and 4A. RGB value is (114,67,74). Sum of RGB (Red+Green+Blue) = 114+67+74=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72434A is #8DBCB5. Grayscale: #515151. Windows color (decimal): -9288886 or 4866930. OLE color: 4866930.
HSL color Cylindrical-coordinate representation of color #72434A: hue angle of 351.06º 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 #72434A is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 74 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.55 |
| HSL | 351.06º | 0.26% | 0.35% | - |
| HSV(B) | 351.06º | 0.41% | 0.45% | - |
| XYZ | 10.18 | 8.09 | 7.5 | - |
| YUV | 81.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 74 | 0 | 0.41 | 0.35 | 0.55 | 351.06 | 0.26 | 0.35 |
| Hex | 72 | 43 | 4A | 0 | 29 | 23 | 37 | 15F | 1A | 23 |
| Octal | 162 | 103 | 112 | 0 | 51 | 43 | 67 | 537 | 32 | 43 |
| Binary | 1110010 | 1000011 | 1001010 | 0 | 101001 | 100011 | 110111 | 101011111 | 11010 | 100011 |
Color Harmonies of #72434A
Complementary color
Monochromatic Colors of #72434A
Black with #72434A
Text Example
Text Example
White with #72434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72434A; }
p { color: rgb(114,67,74); }
H1.HeaderClassName
{
color: #72434A;
}
.AnyTagClassName
{
color: #72434A;
}
</style>
background-color css
<style>
a { background-color: #72434A; }
a { background-color: rgb(114,67,74); }
div.DivClassName
{
background-color: #72434A;
}
.BgClassName
{
background-color: #72434A;
}
</style>
border-color css
<style>
span { border-color: #72434A; }
span { border-color: rgb(114,67,74); }
td.TdClassName
{
border-color: #72434A;
}
.TagClassName
{
border-color: #72434A;
}
</style>