Shades of Scorpion #72666D
Tints of Scorpion #72666D
RGB
CMYK
RGB Variations
Color information
#72666D (or 0x72666D) is known color: Scorpion. HEX triplet: 72, 66 and 6D. RGB value is (114,102,109). Sum of RGB (Red+Green+Blue) = 114+102+109=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666D is #8D9992. Grayscale: #6A6A6A. Windows color (decimal): -9279891 or 7169650. OLE color: 7169650.
HSL color Cylindrical-coordinate representation of color #72666D: hue angle of 325º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #72666D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 109 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.55 |
| HSL | 325º | 0.06% | 0.42% | - |
| HSV(B) | 325º | 0.11% | 0.45% | - |
| XYZ | 14.45 | 14.18 | 16.44 | - |
| YUV | 106.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 109 | 0 | 0.11 | 0.04 | 0.55 | 325 | 0.06 | 0.42 |
| Hex | 72 | 66 | 6D | 0 | B | 4 | 37 | 145 | 6 | 2A |
| Octal | 162 | 146 | 155 | 0 | 13 | 4 | 67 | 505 | 6 | 52 |
| Binary | 1110010 | 1100110 | 1101101 | 0 | 1011 | 100 | 110111 | 101000101 | 110 | 101010 |
Color Harmonies of #72666D
Complementary color
Monochromatic Colors of #72666D
Black with #72666D
Text Example
Text Example
White with #72666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72666D; }
p { color: rgb(114,102,109); }
H1.HeaderClassName
{
color: #72666D;
}
.AnyTagClassName
{
color: #72666D;
}
</style>
background-color css
<style>
a { background-color: #72666D; }
a { background-color: rgb(114,102,109); }
div.DivClassName
{
background-color: #72666D;
}
.BgClassName
{
background-color: #72666D;
}
</style>
border-color css
<style>
span { border-color: #72666D; }
span { border-color: rgb(114,102,109); }
td.TdClassName
{
border-color: #72666D;
}
.TagClassName
{
border-color: #72666D;
}
</style>