Shades of Scorpion #72696D
Tints of Scorpion #72696D
RGB
CMYK
RGB Variations
Color information
#72696D (or 0x72696D) is known color: Scorpion. HEX triplet: 72, 69 and 6D. RGB value is (114,105,109). Sum of RGB (Red+Green+Blue) = 114+105+109=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #72696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72696D is #8D9692. Grayscale: #6C6C6C. Windows color (decimal): -9279123 or 7170418. OLE color: 7170418.
HSL color Cylindrical-coordinate representation of color #72696D: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72696D is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 109 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.55 |
| HSL | 333.33º | 0.04% | 0.43% | - |
| HSV(B) | 333.33º | 0.08% | 0.45% | - |
| XYZ | 14.75 | 14.78 | 16.54 | - |
| YUV | 108.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 109 | 0 | 0.08 | 0.04 | 0.55 | 333.33 | 0.04 | 0.43 |
| Hex | 72 | 69 | 6D | 0 | 8 | 4 | 37 | 14D | 4 | 2B |
| Octal | 162 | 151 | 155 | 0 | 10 | 4 | 67 | 515 | 4 | 53 |
| Binary | 1110010 | 1101001 | 1101101 | 0 | 1000 | 100 | 110111 | 101001101 | 100 | 101011 |
Color Harmonies of #72696D
Complementary color
Monochromatic Colors of #72696D
Black with #72696D
Text Example
Text Example
White with #72696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72696D; }
p { color: rgb(114,105,109); }
H1.HeaderClassName
{
color: #72696D;
}
.AnyTagClassName
{
color: #72696D;
}
</style>
background-color css
<style>
a { background-color: #72696D; }
a { background-color: rgb(114,105,109); }
div.DivClassName
{
background-color: #72696D;
}
.BgClassName
{
background-color: #72696D;
}
</style>
border-color css
<style>
span { border-color: #72696D; }
span { border-color: rgb(114,105,109); }
td.TdClassName
{
border-color: #72696D;
}
.TagClassName
{
border-color: #72696D;
}
</style>