Shades of Scorpion #755D68
Tints of Scorpion #755D68
RGB
CMYK
RGB Variations
Color information
#755D68 (or 0x755D68) is known color: Scorpion. HEX triplet: 75, 5D and 68. RGB value is (117,93,104). Sum of RGB (Red+Green+Blue) = 117+93+104=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D68 is #8AA297. Grayscale: #656565. Windows color (decimal): -9085592 or 6839669. OLE color: 6839669.
HSL color Cylindrical-coordinate representation of color #755D68: hue angle of 332.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755D68 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 104 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.54 |
| HSL | 332.5º | 0.11% | 0.41% | - |
| HSV(B) | 332.5º | 0.21% | 0.46% | - |
| XYZ | 13.75 | 12.61 | 14.81 | - |
| YUV | 101.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 104 | 0 | 0.21 | 0.11 | 0.54 | 332.5 | 0.11 | 0.41 |
| Hex | 75 | 5D | 68 | 0 | 15 | B | 36 | 14C | B | 29 |
| Octal | 165 | 135 | 150 | 0 | 25 | 13 | 66 | 514 | 13 | 51 |
| Binary | 1110101 | 1011101 | 1101000 | 0 | 10101 | 1011 | 110110 | 101001100 | 1011 | 101001 |
Color Harmonies of #755D68
Complementary color
Monochromatic Colors of #755D68
Black with #755D68
Text Example
Text Example
White with #755D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D68; }
p { color: rgb(117,93,104); }
H1.HeaderClassName
{
color: #755D68;
}
.AnyTagClassName
{
color: #755D68;
}
</style>
background-color css
<style>
a { background-color: #755D68; }
a { background-color: rgb(117,93,104); }
div.DivClassName
{
background-color: #755D68;
}
.BgClassName
{
background-color: #755D68;
}
</style>
border-color css
<style>
span { border-color: #755D68; }
span { border-color: rgb(117,93,104); }
td.TdClassName
{
border-color: #755D68;
}
.TagClassName
{
border-color: #755D68;
}
</style>