Shades of Tosca #75454C
Tints of Tosca #75454C
RGB
CMYK
RGB Variations
Color information
#75454C (or 0x75454C) is known color: Tosca. HEX triplet: 75, 45 and 4C. RGB value is (117,69,76). Sum of RGB (Red+Green+Blue) = 117+69+76=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75454C is #8ABAB3. Grayscale: #545454. Windows color (decimal): -9091764 or 4998517. OLE color: 4998517.
HSL color Cylindrical-coordinate representation of color #75454C: hue angle of 351.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75454C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 76 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.54 |
| HSL | 351.25º | 0.26% | 0.36% | - |
| HSV(B) | 351.25º | 0.41% | 0.46% | - |
| XYZ | 10.77 | 8.56 | 7.92 | - |
| YUV | 84.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 76 | 0 | 0.41 | 0.35 | 0.54 | 351.25 | 0.26 | 0.36 |
| Hex | 75 | 45 | 4C | 0 | 29 | 23 | 36 | 15F | 1A | 24 |
| Octal | 165 | 105 | 114 | 0 | 51 | 43 | 66 | 537 | 32 | 44 |
| Binary | 1110101 | 1000101 | 1001100 | 0 | 101001 | 100011 | 110110 | 101011111 | 11010 | 100100 |
Color Harmonies of #75454C
Complementary color
Monochromatic Colors of #75454C
Black with #75454C
Text Example
Text Example
White with #75454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75454C; }
p { color: rgb(117,69,76); }
H1.HeaderClassName
{
color: #75454C;
}
.AnyTagClassName
{
color: #75454C;
}
</style>
background-color css
<style>
a { background-color: #75454C; }
a { background-color: rgb(117,69,76); }
div.DivClassName
{
background-color: #75454C;
}
.BgClassName
{
background-color: #75454C;
}
</style>
border-color css
<style>
span { border-color: #75454C; }
span { border-color: rgb(117,69,76); }
td.TdClassName
{
border-color: #75454C;
}
.TagClassName
{
border-color: #75454C;
}
</style>