Shades of Tosca #75434A
Tints of Tosca #75434A
RGB
CMYK
RGB Variations
Color information
#75434A (or 0x75434A) is known color: Tosca. HEX triplet: 75, 43 and 4A. RGB value is (117,67,74). Sum of RGB (Red+Green+Blue) = 117+67+74=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75434A is #8ABCB5. Grayscale: #525252. Windows color (decimal): -9092278 or 4866933. OLE color: 4866933.
HSL color Cylindrical-coordinate representation of color #75434A: hue angle of 351.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75434A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 74 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.54 |
| HSL | 351.6º | 0.27% | 0.36% | - |
| HSV(B) | 351.6º | 0.43% | 0.46% | - |
| XYZ | 10.58 | 8.29 | 7.52 | - |
| YUV | 82.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 74 | 0 | 0.43 | 0.37 | 0.54 | 351.6 | 0.27 | 0.36 |
| Hex | 75 | 43 | 4A | 0 | 2B | 25 | 36 | 160 | 1B | 24 |
| Octal | 165 | 103 | 112 | 0 | 53 | 45 | 66 | 540 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1001010 | 0 | 101011 | 100101 | 110110 | 101100000 | 11011 | 100100 |
Color Harmonies of #75434A
Complementary color
Monochromatic Colors of #75434A
Black with #75434A
Text Example
Text Example
White with #75434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75434A; }
p { color: rgb(117,67,74); }
H1.HeaderClassName
{
color: #75434A;
}
.AnyTagClassName
{
color: #75434A;
}
</style>
background-color css
<style>
a { background-color: #75434A; }
a { background-color: rgb(117,67,74); }
div.DivClassName
{
background-color: #75434A;
}
.BgClassName
{
background-color: #75434A;
}
</style>
border-color css
<style>
span { border-color: #75434A; }
span { border-color: rgb(117,67,74); }
td.TdClassName
{
border-color: #75434A;
}
.TagClassName
{
border-color: #75434A;
}
</style>