Shades of Scorpion #726A6D
Tints of Scorpion #726A6D
RGB
CMYK
RGB Variations
Color information
#726A6D (or 0x726A6D) is known color: Scorpion. HEX triplet: 72, 6A and 6D. RGB value is (114,106,109). Sum of RGB (Red+Green+Blue) = 114+106+109=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A6D is #8D9592. Grayscale: #6C6C6C. Windows color (decimal): -9278867 or 7170674. OLE color: 7170674.
HSL color Cylindrical-coordinate representation of color #726A6D: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726A6D is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 109 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.55 |
| HSL | 337.5º | 0.04% | 0.43% | - |
| HSV(B) | 337.5º | 0.07% | 0.45% | - |
| XYZ | 14.85 | 14.99 | 16.58 | - |
| YUV | 108.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 109 | 0 | 0.07 | 0.04 | 0.55 | 337.5 | 0.04 | 0.43 |
| Hex | 72 | 6A | 6D | 0 | 7 | 4 | 37 | 152 | 4 | 2B |
| Octal | 162 | 152 | 155 | 0 | 7 | 4 | 67 | 522 | 4 | 53 |
| Binary | 1110010 | 1101010 | 1101101 | 0 | 111 | 100 | 110111 | 101010010 | 100 | 101011 |
Color Harmonies of #726A6D
Complementary color
Monochromatic Colors of #726A6D
Black with #726A6D
Text Example
Text Example
White with #726A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A6D; }
p { color: rgb(114,106,109); }
H1.HeaderClassName
{
color: #726A6D;
}
.AnyTagClassName
{
color: #726A6D;
}
</style>
background-color css
<style>
a { background-color: #726A6D; }
a { background-color: rgb(114,106,109); }
div.DivClassName
{
background-color: #726A6D;
}
.BgClassName
{
background-color: #726A6D;
}
</style>
border-color css
<style>
span { border-color: #726A6D; }
span { border-color: rgb(114,106,109); }
td.TdClassName
{
border-color: #726A6D;
}
.TagClassName
{
border-color: #726A6D;
}
</style>