Shades of Tosca #74474B
Tints of Tosca #74474B
RGB
CMYK
RGB Variations
Color information
#74474B (or 0x74474B) is known color: Tosca. HEX triplet: 74, 47 and 4B. RGB value is (116,71,75). Sum of RGB (Red+Green+Blue) = 116+71+75=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74474B is #8BB8B4. Grayscale: #545454. Windows color (decimal): -9156789 or 4933492. OLE color: 4933492.
HSL color Cylindrical-coordinate representation of color #74474B: hue angle of 354.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74474B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 75 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.55 |
| HSL | 354.67º | 0.24% | 0.37% | - |
| HSV(B) | 354.67º | 0.39% | 0.45% | - |
| XYZ | 10.73 | 8.73 | 7.78 | - |
| YUV | 84.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 75 | 0 | 0.39 | 0.35 | 0.55 | 354.67 | 0.24 | 0.37 |
| Hex | 74 | 47 | 4B | 0 | 27 | 23 | 37 | 163 | 18 | 25 |
| Octal | 164 | 107 | 113 | 0 | 47 | 43 | 67 | 543 | 30 | 45 |
| Binary | 1110100 | 1000111 | 1001011 | 0 | 100111 | 100011 | 110111 | 101100011 | 11000 | 100101 |
Color Harmonies of #74474B
Complementary color
Monochromatic Colors of #74474B
Black with #74474B
Text Example
Text Example
White with #74474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74474B; }
p { color: rgb(116,71,75); }
H1.HeaderClassName
{
color: #74474B;
}
.AnyTagClassName
{
color: #74474B;
}
</style>
background-color css
<style>
a { background-color: #74474B; }
a { background-color: rgb(116,71,75); }
div.DivClassName
{
background-color: #74474B;
}
.BgClassName
{
background-color: #74474B;
}
</style>
border-color css
<style>
span { border-color: #74474B; }
span { border-color: rgb(116,71,75); }
td.TdClassName
{
border-color: #74474B;
}
.TagClassName
{
border-color: #74474B;
}
</style>