Shades of Tosca #71474B
Tints of Tosca #71474B
RGB
CMYK
RGB Variations
Color information
#71474B (or 0x71474B) is known color: Tosca. HEX triplet: 71, 47 and 4B. RGB value is (113,71,75). Sum of RGB (Red+Green+Blue) = 113+71+75=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71474B is #8EB8B4. Grayscale: #545454. Windows color (decimal): -9353397 or 4933489. OLE color: 4933489.
HSL color Cylindrical-coordinate representation of color #71474B: hue angle of 354.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71474B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 75 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.56 |
| HSL | 354.29º | 0.23% | 0.36% | - |
| HSV(B) | 354.29º | 0.37% | 0.44% | - |
| XYZ | 10.33 | 8.53 | 7.76 | - |
| YUV | 84.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 75 | 0 | 0.37 | 0.34 | 0.56 | 354.29 | 0.23 | 0.36 |
| Hex | 71 | 47 | 4B | 0 | 25 | 22 | 38 | 162 | 17 | 24 |
| Octal | 161 | 107 | 113 | 0 | 45 | 42 | 70 | 542 | 27 | 44 |
| Binary | 1110001 | 1000111 | 1001011 | 0 | 100101 | 100010 | 111000 | 101100010 | 10111 | 100100 |
Color Harmonies of #71474B
Complementary color
Monochromatic Colors of #71474B
Black with #71474B
Text Example
Text Example
White with #71474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71474B; }
p { color: rgb(113,71,75); }
H1.HeaderClassName
{
color: #71474B;
}
.AnyTagClassName
{
color: #71474B;
}
</style>
background-color css
<style>
a { background-color: #71474B; }
a { background-color: rgb(113,71,75); }
div.DivClassName
{
background-color: #71474B;
}
.BgClassName
{
background-color: #71474B;
}
</style>
border-color css
<style>
span { border-color: #71474B; }
span { border-color: rgb(113,71,75); }
td.TdClassName
{
border-color: #71474B;
}
.TagClassName
{
border-color: #71474B;
}
</style>