Shades of Tosca #72414A
Tints of Tosca #72414A
RGB
CMYK
RGB Variations
Color information
#72414A (or 0x72414A) is known color: Tosca. HEX triplet: 72, 41 and 4A. RGB value is (114,65,74). Sum of RGB (Red+Green+Blue) = 114+65+74=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72414A is #8DBEB5. Grayscale: #505050. Windows color (decimal): -9289398 or 4866418. OLE color: 4866418.
HSL color Cylindrical-coordinate representation of color #72414A: hue angle of 348.98º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72414A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 74 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.55 |
| HSL | 348.98º | 0.27% | 0.35% | - |
| HSV(B) | 348.98º | 0.43% | 0.45% | - |
| XYZ | 10.07 | 7.85 | 7.46 | - |
| YUV | 80.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 74 | 0 | 0.43 | 0.35 | 0.55 | 348.98 | 0.27 | 0.35 |
| Hex | 72 | 41 | 4A | 0 | 2B | 23 | 37 | 15D | 1B | 23 |
| Octal | 162 | 101 | 112 | 0 | 53 | 43 | 67 | 535 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1001010 | 0 | 101011 | 100011 | 110111 | 101011101 | 11011 | 100011 |
Color Harmonies of #72414A
Complementary color
Monochromatic Colors of #72414A
Black with #72414A
Text Example
Text Example
White with #72414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72414A; }
p { color: rgb(114,65,74); }
H1.HeaderClassName
{
color: #72414A;
}
.AnyTagClassName
{
color: #72414A;
}
</style>
background-color css
<style>
a { background-color: #72414A; }
a { background-color: rgb(114,65,74); }
div.DivClassName
{
background-color: #72414A;
}
.BgClassName
{
background-color: #72414A;
}
</style>
border-color css
<style>
span { border-color: #72414A; }
span { border-color: rgb(114,65,74); }
td.TdClassName
{
border-color: #72414A;
}
.TagClassName
{
border-color: #72414A;
}
</style>