Shades of Scorpion #735F66
Tints of Scorpion #735F66
RGB
CMYK
RGB Variations
Color information
#735F66 (or 0x735F66) is known color: Scorpion. HEX triplet: 73, 5F and 66. RGB value is (115,95,102). Sum of RGB (Red+Green+Blue) = 115+95+102=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #735F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F66 is #8CA099. Grayscale: #656565. Windows color (decimal): -9216154 or 6709107. OLE color: 6709107.
HSL color Cylindrical-coordinate representation of color #735F66: hue angle of 339º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #735F66 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 102 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.55 |
| HSL | 339º | 0.1% | 0.41% | - |
| HSV(B) | 339º | 0.17% | 0.45% | - |
| XYZ | 13.56 | 12.79 | 14.32 | - |
| YUV | 101.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 102 | 0 | 0.17 | 0.11 | 0.55 | 339 | 0.1 | 0.41 |
| Hex | 73 | 5F | 66 | 0 | 11 | B | 37 | 153 | A | 29 |
| Octal | 163 | 137 | 146 | 0 | 21 | 13 | 67 | 523 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1100110 | 0 | 10001 | 1011 | 110111 | 101010011 | 1010 | 101001 |
Color Harmonies of #735F66
Complementary color
Monochromatic Colors of #735F66
Black with #735F66
Text Example
Text Example
White with #735F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F66; }
p { color: rgb(115,95,102); }
H1.HeaderClassName
{
color: #735F66;
}
.AnyTagClassName
{
color: #735F66;
}
</style>
background-color css
<style>
a { background-color: #735F66; }
a { background-color: rgb(115,95,102); }
div.DivClassName
{
background-color: #735F66;
}
.BgClassName
{
background-color: #735F66;
}
</style>
border-color css
<style>
span { border-color: #735F66; }
span { border-color: rgb(115,95,102); }
td.TdClassName
{
border-color: #735F66;
}
.TagClassName
{
border-color: #735F66;
}
</style>