Shades of Tosca #77484A
Tints of Tosca #77484A
RGB
CMYK
RGB Variations
Color information
#77484A (or 0x77484A) is known color: Tosca. HEX triplet: 77, 48 and 4A. RGB value is (119,72,74). Sum of RGB (Red+Green+Blue) = 119+72+74=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77484A is #88B7B5. Grayscale: #565656. Windows color (decimal): -8959926 or 4868215. OLE color: 4868215.
HSL color Cylindrical-coordinate representation of color #77484A: hue angle of 357.45º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77484A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 74 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.53 |
| HSL | 357.45º | 0.25% | 0.37% | - |
| HSV(B) | 357.45º | 0.39% | 0.47% | - |
| XYZ | 11.16 | 9.05 | 7.64 | - |
| YUV | 86.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 74 | 0 | 0.39 | 0.38 | 0.53 | 357.45 | 0.25 | 0.37 |
| Hex | 77 | 48 | 4A | 0 | 27 | 26 | 35 | 165 | 19 | 25 |
| Octal | 167 | 110 | 112 | 0 | 47 | 46 | 65 | 545 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1001010 | 0 | 100111 | 100110 | 110101 | 101100101 | 11001 | 100101 |
Color Harmonies of #77484A
Complementary color
Monochromatic Colors of #77484A
Black with #77484A
Text Example
Text Example
White with #77484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77484A; }
p { color: rgb(119,72,74); }
H1.HeaderClassName
{
color: #77484A;
}
.AnyTagClassName
{
color: #77484A;
}
</style>
background-color css
<style>
a { background-color: #77484A; }
a { background-color: rgb(119,72,74); }
div.DivClassName
{
background-color: #77484A;
}
.BgClassName
{
background-color: #77484A;
}
</style>
border-color css
<style>
span { border-color: #77484A; }
span { border-color: rgb(119,72,74); }
td.TdClassName
{
border-color: #77484A;
}
.TagClassName
{
border-color: #77484A;
}
</style>