Shades of Scorpion #735E65
Tints of Scorpion #735E65
RGB
CMYK
RGB Variations
Color information
#735E65 (or 0x735E65) is known color: Scorpion. HEX triplet: 73, 5E and 65. RGB value is (115,94,101). Sum of RGB (Red+Green+Blue) = 115+94+101=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #735E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E65 is #8CA19A. Grayscale: #656565. Windows color (decimal): -9216411 or 6643315. OLE color: 6643315.
HSL color Cylindrical-coordinate representation of color #735E65: hue angle of 340º 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 #735E65 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 101 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.55 |
| HSL | 340º | 0.1% | 0.41% | - |
| HSV(B) | 340º | 0.18% | 0.45% | - |
| XYZ | 13.42 | 12.59 | 14.03 | - |
| YUV | 101.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 101 | 0 | 0.18 | 0.12 | 0.55 | 340 | 0.1 | 0.41 |
| Hex | 73 | 5E | 65 | 0 | 12 | C | 37 | 154 | A | 29 |
| Octal | 163 | 136 | 145 | 0 | 22 | 14 | 67 | 524 | 12 | 51 |
| Binary | 1110011 | 1011110 | 1100101 | 0 | 10010 | 1100 | 110111 | 101010100 | 1010 | 101001 |
Color Harmonies of #735E65
Complementary color
Monochromatic Colors of #735E65
Black with #735E65
Text Example
Text Example
White with #735E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E65; }
p { color: rgb(115,94,101); }
H1.HeaderClassName
{
color: #735E65;
}
.AnyTagClassName
{
color: #735E65;
}
</style>
background-color css
<style>
a { background-color: #735E65; }
a { background-color: rgb(115,94,101); }
div.DivClassName
{
background-color: #735E65;
}
.BgClassName
{
background-color: #735E65;
}
</style>
border-color css
<style>
span { border-color: #735E65; }
span { border-color: rgb(115,94,101); }
td.TdClassName
{
border-color: #735E65;
}
.TagClassName
{
border-color: #735E65;
}
</style>