Shades of Tosca #78474B
Tints of Tosca #78474B
RGB
CMYK
RGB Variations
Color information
#78474B (or 0x78474B) is known color: Tosca. HEX triplet: 78, 47 and 4B. RGB value is (120,71,75). Sum of RGB (Red+Green+Blue) = 120+71+75=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78474B is #87B8B4. Grayscale: #565656. Windows color (decimal): -8894645 or 4933496. OLE color: 4933496.
HSL color Cylindrical-coordinate representation of color #78474B: hue angle of 355.1º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78474B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 71 | 75 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.53 |
| HSL | 355.1º | 0.26% | 0.37% | - |
| HSV(B) | 355.1º | 0.41% | 0.47% | - |
| XYZ | 11.27 | 9.01 | 7.8 | - |
| YUV | 86.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 75 | 0 | 0.41 | 0.37 | 0.53 | 355.1 | 0.26 | 0.37 |
| Hex | 78 | 47 | 4B | 0 | 29 | 25 | 35 | 163 | 1A | 25 |
| Octal | 170 | 107 | 113 | 0 | 51 | 45 | 65 | 543 | 32 | 45 |
| Binary | 1111000 | 1000111 | 1001011 | 0 | 101001 | 100101 | 110101 | 101100011 | 11010 | 100101 |
Color Harmonies of #78474B
Complementary color
Monochromatic Colors of #78474B
Black with #78474B
Text Example
Text Example
White with #78474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78474B; }
p { color: rgb(120,71,75); }
H1.HeaderClassName
{
color: #78474B;
}
.AnyTagClassName
{
color: #78474B;
}
</style>
background-color css
<style>
a { background-color: #78474B; }
a { background-color: rgb(120,71,75); }
div.DivClassName
{
background-color: #78474B;
}
.BgClassName
{
background-color: #78474B;
}
</style>
border-color css
<style>
span { border-color: #78474B; }
span { border-color: rgb(120,71,75); }
td.TdClassName
{
border-color: #78474B;
}
.TagClassName
{
border-color: #78474B;
}
</style>