Shades of Scorpion #726167
Tints of Scorpion #726167
RGB
CMYK
RGB Variations
Color information
#726167 (or 0x726167) is known color: Scorpion. HEX triplet: 72, 61 and 67. RGB value is (114,97,103). Sum of RGB (Red+Green+Blue) = 114+97+103=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726167 is #8D9E98. Grayscale: #666666. Windows color (decimal): -9281177 or 6775154. OLE color: 6775154.
HSL color Cylindrical-coordinate representation of color #726167: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726167 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 103 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.55 |
| HSL | 338.82º | 0.08% | 0.41% | - |
| HSV(B) | 338.82º | 0.15% | 0.45% | - |
| XYZ | 13.66 | 13.11 | 14.64 | - |
| YUV | 102.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 103 | 0 | 0.15 | 0.10 | 0.55 | 338.82 | 0.08 | 0.41 |
| Hex | 72 | 61 | 67 | 0 | F | A | 37 | 153 | 8 | 29 |
| Octal | 162 | 141 | 147 | 0 | 17 | 12 | 67 | 523 | 10 | 51 |
| Binary | 1110010 | 1100001 | 1100111 | 0 | 1111 | 1010 | 110111 | 101010011 | 1000 | 101001 |
Color Harmonies of #726167
Complementary color
Monochromatic Colors of #726167
Black with #726167
Text Example
Text Example
White with #726167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726167; }
p { color: rgb(114,97,103); }
H1.HeaderClassName
{
color: #726167;
}
.AnyTagClassName
{
color: #726167;
}
</style>
background-color css
<style>
a { background-color: #726167; }
a { background-color: rgb(114,97,103); }
div.DivClassName
{
background-color: #726167;
}
.BgClassName
{
background-color: #726167;
}
</style>
border-color css
<style>
span { border-color: #726167; }
span { border-color: rgb(114,97,103); }
td.TdClassName
{
border-color: #726167;
}
.TagClassName
{
border-color: #726167;
}
</style>