Shades of Tosca #714A4B
Tints of Tosca #714A4B
RGB
CMYK
RGB Variations
Color information
#714A4B (or 0x714A4B) is known color: Tosca. HEX triplet: 71, 4A and 4B. RGB value is (113,74,75). Sum of RGB (Red+Green+Blue) = 113+74+75=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A4B is #8EB5B4. Grayscale: #555555. Windows color (decimal): -9352629 or 4934257. OLE color: 4934257.
HSL color Cylindrical-coordinate representation of color #714A4B: hue angle of 358.46º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A4B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 75 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.56 |
| HSL | 358.46º | 0.21% | 0.37% | - |
| HSV(B) | 358.46º | 0.35% | 0.44% | - |
| XYZ | 10.53 | 8.92 | 7.82 | - |
| YUV | 85.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 75 | 0 | 0.35 | 0.34 | 0.56 | 358.46 | 0.21 | 0.37 |
| Hex | 71 | 4A | 4B | 0 | 23 | 22 | 38 | 166 | 15 | 25 |
| Octal | 161 | 112 | 113 | 0 | 43 | 42 | 70 | 546 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1001011 | 0 | 100011 | 100010 | 111000 | 101100110 | 10101 | 100101 |
Color Harmonies of #714A4B
Complementary color
Monochromatic Colors of #714A4B
Black with #714A4B
Text Example
Text Example
White with #714A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A4B; }
p { color: rgb(113,74,75); }
H1.HeaderClassName
{
color: #714A4B;
}
.AnyTagClassName
{
color: #714A4B;
}
</style>
background-color css
<style>
a { background-color: #714A4B; }
a { background-color: rgb(113,74,75); }
div.DivClassName
{
background-color: #714A4B;
}
.BgClassName
{
background-color: #714A4B;
}
</style>
border-color css
<style>
span { border-color: #714A4B; }
span { border-color: rgb(113,74,75); }
td.TdClassName
{
border-color: #714A4B;
}
.TagClassName
{
border-color: #714A4B;
}
</style>