Shades of Scorpion #726B6E
Tints of Scorpion #726B6E
RGB
CMYK
RGB Variations
Color information
#726B6E (or 0x726B6E) is known color: Scorpion. HEX triplet: 72, 6B and 6E. RGB value is (114,107,110). Sum of RGB (Red+Green+Blue) = 114+107+110=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 114 - color contains mainly: red. Hex color #726B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B6E is #8D9491. Grayscale: #6D6D6D. Windows color (decimal): -9278610 or 7236466. OLE color: 7236466.
HSL color Cylindrical-coordinate representation of color #726B6E: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #726B6E is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 110 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.55 |
| HSL | 334.29º | 0.03% | 0.43% | - |
| HSV(B) | 334.29º | 0.06% | 0.45% | - |
| XYZ | 15.01 | 15.22 | 16.9 | - |
| YUV | 109.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 110 | 0 | 0.06 | 0.04 | 0.55 | 334.29 | 0.03 | 0.43 |
| Hex | 72 | 6B | 6E | 0 | 6 | 4 | 37 | 14E | 3 | 2B |
| Octal | 162 | 153 | 156 | 0 | 6 | 4 | 67 | 516 | 3 | 53 |
| Binary | 1110010 | 1101011 | 1101110 | 0 | 110 | 100 | 110111 | 101001110 | 11 | 101011 |
Color Harmonies of #726B6E
Complementary color
Monochromatic Colors of #726B6E
Black with #726B6E
Text Example
Text Example
White with #726B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B6E; }
p { color: rgb(114,107,110); }
H1.HeaderClassName
{
color: #726B6E;
}
.AnyTagClassName
{
color: #726B6E;
}
</style>
background-color css
<style>
a { background-color: #726B6E; }
a { background-color: rgb(114,107,110); }
div.DivClassName
{
background-color: #726B6E;
}
.BgClassName
{
background-color: #726B6E;
}
</style>
border-color css
<style>
span { border-color: #726B6E; }
span { border-color: rgb(114,107,110); }
td.TdClassName
{
border-color: #726B6E;
}
.TagClassName
{
border-color: #726B6E;
}
</style>