Shades of Scorpion #755F69
Tints of Scorpion #755F69
RGB
CMYK
RGB Variations
Color information
#755F69 (or 0x755F69) is known color: Scorpion. HEX triplet: 75, 5F and 69. RGB value is (117,95,105). Sum of RGB (Red+Green+Blue) = 117+95+105=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F69 is #8AA096. Grayscale: #666666. Windows color (decimal): -9085079 or 6905717. OLE color: 6905717.
HSL color Cylindrical-coordinate representation of color #755F69: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F69 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 105 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.54 |
| HSL | 332.73º | 0.1% | 0.42% | - |
| HSV(B) | 332.73º | 0.19% | 0.46% | - |
| XYZ | 13.98 | 12.99 | 15.13 | - |
| YUV | 102.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 105 | 0 | 0.19 | 0.10 | 0.54 | 332.73 | 0.1 | 0.42 |
| Hex | 75 | 5F | 69 | 0 | 13 | A | 36 | 14D | A | 2A |
| Octal | 165 | 137 | 151 | 0 | 23 | 12 | 66 | 515 | 12 | 52 |
| Binary | 1110101 | 1011111 | 1101001 | 0 | 10011 | 1010 | 110110 | 101001101 | 1010 | 101010 |
Color Harmonies of #755F69
Complementary color
Monochromatic Colors of #755F69
Black with #755F69
Text Example
Text Example
White with #755F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F69; }
p { color: rgb(117,95,105); }
H1.HeaderClassName
{
color: #755F69;
}
.AnyTagClassName
{
color: #755F69;
}
</style>
background-color css
<style>
a { background-color: #755F69; }
a { background-color: rgb(117,95,105); }
div.DivClassName
{
background-color: #755F69;
}
.BgClassName
{
background-color: #755F69;
}
</style>
border-color css
<style>
span { border-color: #755F69; }
span { border-color: rgb(117,95,105); }
td.TdClassName
{
border-color: #755F69;
}
.TagClassName
{
border-color: #755F69;
}
</style>