Shades of Scorpion #726C6F
Tints of Scorpion #726C6F
RGB
CMYK
RGB Variations
Color information
#726C6F (or 0x726C6F) is known color: Scorpion. HEX triplet: 72, 6C and 6F. RGB value is (114,108,111). Sum of RGB (Red+Green+Blue) = 114+108+111=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 114 - color contains mainly: red. Hex color #726C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C6F is #8D9390. Grayscale: #6E6E6E. Windows color (decimal): -9278353 or 7302258. OLE color: 7302258.
HSL color Cylindrical-coordinate representation of color #726C6F: hue angle of 330º 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 #726C6F is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 111 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.55 |
| HSL | 330º | 0.03% | 0.44% | - |
| HSV(B) | 330º | 0.05% | 0.45% | - |
| XYZ | 15.17 | 15.45 | 17.22 | - |
| YUV | 110.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 111 | 0 | 0.05 | 0.03 | 0.55 | 330 | 0.03 | 0.44 |
| Hex | 72 | 6C | 6F | 0 | 5 | 3 | 37 | 14A | 3 | 2C |
| Octal | 162 | 154 | 157 | 0 | 5 | 3 | 67 | 512 | 3 | 54 |
| Binary | 1110010 | 1101100 | 1101111 | 0 | 101 | 11 | 110111 | 101001010 | 11 | 101100 |
Color Harmonies of #726C6F
Complementary color
Monochromatic Colors of #726C6F
Black with #726C6F
Text Example
Text Example
White with #726C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C6F; }
p { color: rgb(114,108,111); }
H1.HeaderClassName
{
color: #726C6F;
}
.AnyTagClassName
{
color: #726C6F;
}
</style>
background-color css
<style>
a { background-color: #726C6F; }
a { background-color: rgb(114,108,111); }
div.DivClassName
{
background-color: #726C6F;
}
.BgClassName
{
background-color: #726C6F;
}
</style>
border-color css
<style>
span { border-color: #726C6F; }
span { border-color: rgb(114,108,111); }
td.TdClassName
{
border-color: #726C6F;
}
.TagClassName
{
border-color: #726C6F;
}
</style>