Shades of Scorpion #726C6E
Tints of Scorpion #726C6E
RGB
CMYK
RGB Variations
Color information
#726C6E (or 0x726C6E) is known color: Scorpion. HEX triplet: 72, 6C and 6E. RGB value is (114,108,110). Sum of RGB (Red+Green+Blue) = 114+108+110=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 114 - color contains mainly: red. Hex color #726C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C6E is #8D9391. Grayscale: #6E6E6E. Windows color (decimal): -9278354 or 7236722. OLE color: 7236722.
HSL color Cylindrical-coordinate representation of color #726C6E: hue angle of 340º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726C6E is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 110 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.55 |
| HSL | 340º | 0.03% | 0.44% | - |
| HSV(B) | 340º | 0.05% | 0.45% | - |
| XYZ | 15.12 | 15.43 | 16.93 | - |
| YUV | 110.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 110 | 0 | 0.05 | 0.04 | 0.55 | 340 | 0.03 | 0.44 |
| Hex | 72 | 6C | 6E | 0 | 5 | 4 | 37 | 154 | 3 | 2C |
| Octal | 162 | 154 | 156 | 0 | 5 | 4 | 67 | 524 | 3 | 54 |
| Binary | 1110010 | 1101100 | 1101110 | 0 | 101 | 100 | 110111 | 101010100 | 11 | 101100 |
Color Harmonies of #726C6E
Complementary color
Monochromatic Colors of #726C6E
Black with #726C6E
Text Example
Text Example
White with #726C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C6E; }
p { color: rgb(114,108,110); }
H1.HeaderClassName
{
color: #726C6E;
}
.AnyTagClassName
{
color: #726C6E;
}
</style>
background-color css
<style>
a { background-color: #726C6E; }
a { background-color: rgb(114,108,110); }
div.DivClassName
{
background-color: #726C6E;
}
.BgClassName
{
background-color: #726C6E;
}
</style>
border-color css
<style>
span { border-color: #726C6E; }
span { border-color: rgb(114,108,110); }
td.TdClassName
{
border-color: #726C6E;
}
.TagClassName
{
border-color: #726C6E;
}
</style>