Shades of Tosca #754344
Tints of Tosca #754344
RGB
CMYK
RGB Variations
Color information
#754344 (or 0x754344) is known color: Tosca. HEX triplet: 75, 43 and 44. RGB value is (117,67,68). Sum of RGB (Red+Green+Blue) = 117+67+68=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754344 is #8ABCBB. Grayscale: #525252. Windows color (decimal): -9092284 or 4473717. OLE color: 4473717.
HSL color Cylindrical-coordinate representation of color #754344: hue angle of 358.8º 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 #754344 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 68 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.54 |
| HSL | 358.8º | 0.27% | 0.36% | - |
| HSV(B) | 358.8º | 0.43% | 0.46% | - |
| XYZ | 10.39 | 8.21 | 6.51 | - |
| YUV | 82.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 68 | 0 | 0.43 | 0.42 | 0.54 | 358.8 | 0.27 | 0.36 |
| Hex | 75 | 43 | 44 | 0 | 2B | 2A | 36 | 167 | 1B | 24 |
| Octal | 165 | 103 | 104 | 0 | 53 | 52 | 66 | 547 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1000100 | 0 | 101011 | 101010 | 110110 | 101100111 | 11011 | 100100 |
Color Harmonies of #754344
Complementary color
Monochromatic Colors of #754344
Black with #754344
Text Example
Text Example
White with #754344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754344; }
p { color: rgb(117,67,68); }
H1.HeaderClassName
{
color: #754344;
}
.AnyTagClassName
{
color: #754344;
}
</style>
background-color css
<style>
a { background-color: #754344; }
a { background-color: rgb(117,67,68); }
div.DivClassName
{
background-color: #754344;
}
.BgClassName
{
background-color: #754344;
}
</style>
border-color css
<style>
span { border-color: #754344; }
span { border-color: rgb(117,67,68); }
td.TdClassName
{
border-color: #754344;
}
.TagClassName
{
border-color: #754344;
}
</style>