Shades of Scorpion #735E6A
Tints of Scorpion #735E6A
RGB
CMYK
RGB Variations
Color information
#735E6A (or 0x735E6A) is known color: Scorpion. HEX triplet: 73, 5E and 6A. RGB value is (115,94,106). Sum of RGB (Red+Green+Blue) = 115+94+106=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E6A is #8CA195. Grayscale: #656565. Windows color (decimal): -9216406 or 6970995. OLE color: 6970995.
HSL color Cylindrical-coordinate representation of color #735E6A: hue angle of 325.71º 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 #735E6A is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 106 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.55 |
| HSL | 325.71º | 0.1% | 0.41% | - |
| HSV(B) | 325.71º | 0.18% | 0.45% | - |
| XYZ | 13.67 | 12.69 | 15.36 | - |
| YUV | 101.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 106 | 0 | 0.18 | 0.08 | 0.55 | 325.71 | 0.1 | 0.41 |
| Hex | 73 | 5E | 6A | 0 | 12 | 8 | 37 | 146 | A | 29 |
| Octal | 163 | 136 | 152 | 0 | 22 | 10 | 67 | 506 | 12 | 51 |
| Binary | 1110011 | 1011110 | 1101010 | 0 | 10010 | 1000 | 110111 | 101000110 | 1010 | 101001 |
Color Harmonies of #735E6A
Complementary color
Monochromatic Colors of #735E6A
Black with #735E6A
Text Example
Text Example
White with #735E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E6A; }
p { color: rgb(115,94,106); }
H1.HeaderClassName
{
color: #735E6A;
}
.AnyTagClassName
{
color: #735E6A;
}
</style>
background-color css
<style>
a { background-color: #735E6A; }
a { background-color: rgb(115,94,106); }
div.DivClassName
{
background-color: #735E6A;
}
.BgClassName
{
background-color: #735E6A;
}
</style>
border-color css
<style>
span { border-color: #735E6A; }
span { border-color: rgb(115,94,106); }
td.TdClassName
{
border-color: #735E6A;
}
.TagClassName
{
border-color: #735E6A;
}
</style>