Shades of Tosca #75464C
Tints of Tosca #75464C
RGB
CMYK
RGB Variations
Color information
#75464C (or 0x75464C) is known color: Tosca. HEX triplet: 75, 46 and 4C. RGB value is (117,70,76). Sum of RGB (Red+Green+Blue) = 117+70+76=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75464C is #8AB9B3. Grayscale: #545454. Windows color (decimal): -9091508 or 4998773. OLE color: 4998773.
HSL color Cylindrical-coordinate representation of color #75464C: hue angle of 352.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75464C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 76 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.54 |
| HSL | 352.34º | 0.25% | 0.37% | - |
| HSV(B) | 352.34º | 0.4% | 0.46% | - |
| XYZ | 10.83 | 8.68 | 7.94 | - |
| YUV | 84.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 76 | 0 | 0.40 | 0.35 | 0.54 | 352.34 | 0.25 | 0.37 |
| Hex | 75 | 46 | 4C | 0 | 28 | 23 | 36 | 160 | 19 | 25 |
| Octal | 165 | 106 | 114 | 0 | 50 | 43 | 66 | 540 | 31 | 45 |
| Binary | 1110101 | 1000110 | 1001100 | 0 | 101000 | 100011 | 110110 | 101100000 | 11001 | 100101 |
Color Harmonies of #75464C
Complementary color
Monochromatic Colors of #75464C
Black with #75464C
Text Example
Text Example
White with #75464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75464C; }
p { color: rgb(117,70,76); }
H1.HeaderClassName
{
color: #75464C;
}
.AnyTagClassName
{
color: #75464C;
}
</style>
background-color css
<style>
a { background-color: #75464C; }
a { background-color: rgb(117,70,76); }
div.DivClassName
{
background-color: #75464C;
}
.BgClassName
{
background-color: #75464C;
}
</style>
border-color css
<style>
span { border-color: #75464C; }
span { border-color: rgb(117,70,76); }
td.TdClassName
{
border-color: #75464C;
}
.TagClassName
{
border-color: #75464C;
}
</style>