Shades of Tosca #77474B
Tints of Tosca #77474B
RGB
CMYK
RGB Variations
Color information
#77474B (or 0x77474B) is known color: Tosca. HEX triplet: 77, 47 and 4B. RGB value is (119,71,75). Sum of RGB (Red+Green+Blue) = 119+71+75=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77474B is #88B8B4. Grayscale: #555555. Windows color (decimal): -8960181 or 4933495. OLE color: 4933495.
HSL color Cylindrical-coordinate representation of color #77474B: hue angle of 355º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77474B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 75 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.53 |
| HSL | 355º | 0.25% | 0.37% | - |
| HSV(B) | 355º | 0.4% | 0.47% | - |
| XYZ | 11.13 | 8.94 | 7.79 | - |
| YUV | 85.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 75 | 0 | 0.40 | 0.37 | 0.53 | 355 | 0.25 | 0.37 |
| Hex | 77 | 47 | 4B | 0 | 28 | 25 | 35 | 163 | 19 | 25 |
| Octal | 167 | 107 | 113 | 0 | 50 | 45 | 65 | 543 | 31 | 45 |
| Binary | 1110111 | 1000111 | 1001011 | 0 | 101000 | 100101 | 110101 | 101100011 | 11001 | 100101 |
Color Harmonies of #77474B
Complementary color
Monochromatic Colors of #77474B
Black with #77474B
Text Example
Text Example
White with #77474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77474B; }
p { color: rgb(119,71,75); }
H1.HeaderClassName
{
color: #77474B;
}
.AnyTagClassName
{
color: #77474B;
}
</style>
background-color css
<style>
a { background-color: #77474B; }
a { background-color: rgb(119,71,75); }
div.DivClassName
{
background-color: #77474B;
}
.BgClassName
{
background-color: #77474B;
}
</style>
border-color css
<style>
span { border-color: #77474B; }
span { border-color: rgb(119,71,75); }
td.TdClassName
{
border-color: #77474B;
}
.TagClassName
{
border-color: #77474B;
}
</style>