Shades of Scorpion #735E69
Tints of Scorpion #735E69
RGB
CMYK
RGB Variations
Color information
#735E69 (or 0x735E69) is known color: Scorpion. HEX triplet: 73, 5E and 69. RGB value is (115,94,105). Sum of RGB (Red+Green+Blue) = 115+94+105=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #735E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E69 is #8CA196. Grayscale: #656565. Windows color (decimal): -9216407 or 6905459. OLE color: 6905459.
HSL color Cylindrical-coordinate representation of color #735E69: hue angle of 328.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #735E69 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 105 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.55 |
| HSL | 328.57º | 0.1% | 0.41% | - |
| HSV(B) | 328.57º | 0.18% | 0.45% | - |
| XYZ | 13.62 | 12.67 | 15.09 | - |
| YUV | 101.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 105 | 0 | 0.18 | 0.09 | 0.55 | 328.57 | 0.1 | 0.41 |
| Hex | 73 | 5E | 69 | 0 | 12 | 9 | 37 | 149 | A | 29 |
| Octal | 163 | 136 | 151 | 0 | 22 | 11 | 67 | 511 | 12 | 51 |
| Binary | 1110011 | 1011110 | 1101001 | 0 | 10010 | 1001 | 110111 | 101001001 | 1010 | 101001 |
Color Harmonies of #735E69
Complementary color
Monochromatic Colors of #735E69
Black with #735E69
Text Example
Text Example
White with #735E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E69; }
p { color: rgb(115,94,105); }
H1.HeaderClassName
{
color: #735E69;
}
.AnyTagClassName
{
color: #735E69;
}
</style>
background-color css
<style>
a { background-color: #735E69; }
a { background-color: rgb(115,94,105); }
div.DivClassName
{
background-color: #735E69;
}
.BgClassName
{
background-color: #735E69;
}
</style>
border-color css
<style>
span { border-color: #735E69; }
span { border-color: rgb(115,94,105); }
td.TdClassName
{
border-color: #735E69;
}
.TagClassName
{
border-color: #735E69;
}
</style>