Shades of Scorpion #736B6E
Tints of Scorpion #736B6E
RGB
CMYK
RGB Variations
Color information
#736B6E (or 0x736B6E) is known color: Scorpion. HEX triplet: 73, 6B and 6E. RGB value is (115,107,110). Sum of RGB (Red+Green+Blue) = 115+107+110=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 115 - color contains mainly: red. Hex color #736B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B6E is #8C9491. Grayscale: #6D6D6D. Windows color (decimal): -9213074 or 7236467. OLE color: 7236467.
HSL color Cylindrical-coordinate representation of color #736B6E: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736B6E is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 110 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.55 |
| HSL | 337.5º | 0.04% | 0.44% | - |
| HSV(B) | 337.5º | 0.07% | 0.45% | - |
| XYZ | 15.14 | 15.29 | 16.9 | - |
| YUV | 109.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 110 | 0 | 0.07 | 0.04 | 0.55 | 337.5 | 0.04 | 0.44 |
| Hex | 73 | 6B | 6E | 0 | 7 | 4 | 37 | 152 | 4 | 2C |
| Octal | 163 | 153 | 156 | 0 | 7 | 4 | 67 | 522 | 4 | 54 |
| Binary | 1110011 | 1101011 | 1101110 | 0 | 111 | 100 | 110111 | 101010010 | 100 | 101100 |
Color Harmonies of #736B6E
Complementary color
Monochromatic Colors of #736B6E
Black with #736B6E
Text Example
Text Example
White with #736B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B6E; }
p { color: rgb(115,107,110); }
H1.HeaderClassName
{
color: #736B6E;
}
.AnyTagClassName
{
color: #736B6E;
}
</style>
background-color css
<style>
a { background-color: #736B6E; }
a { background-color: rgb(115,107,110); }
div.DivClassName
{
background-color: #736B6E;
}
.BgClassName
{
background-color: #736B6E;
}
</style>
border-color css
<style>
span { border-color: #736B6E; }
span { border-color: rgb(115,107,110); }
td.TdClassName
{
border-color: #736B6E;
}
.TagClassName
{
border-color: #736B6E;
}
</style>