Shades of Scorpion #72616A
Tints of Scorpion #72616A
RGB
CMYK
RGB Variations
Color information
#72616A (or 0x72616A) is known color: Scorpion. HEX triplet: 72, 61 and 6A. RGB value is (114,97,106). Sum of RGB (Red+Green+Blue) = 114+97+106=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72616A is #8D9E95. Grayscale: #676767. Windows color (decimal): -9281174 or 6971762. OLE color: 6971762.
HSL color Cylindrical-coordinate representation of color #72616A: hue angle of 328.24º 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 #72616A is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 106 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.55 |
| HSL | 328.24º | 0.08% | 0.41% | - |
| HSV(B) | 328.24º | 0.15% | 0.45% | - |
| XYZ | 13.82 | 13.17 | 15.45 | - |
| YUV | 103.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 106 | 0 | 0.15 | 0.07 | 0.55 | 328.24 | 0.08 | 0.41 |
| Hex | 72 | 61 | 6A | 0 | F | 7 | 37 | 148 | 8 | 29 |
| Octal | 162 | 141 | 152 | 0 | 17 | 7 | 67 | 510 | 10 | 51 |
| Binary | 1110010 | 1100001 | 1101010 | 0 | 1111 | 111 | 110111 | 101001000 | 1000 | 101001 |
Color Harmonies of #72616A
Complementary color
Monochromatic Colors of #72616A
Black with #72616A
Text Example
Text Example
White with #72616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72616A; }
p { color: rgb(114,97,106); }
H1.HeaderClassName
{
color: #72616A;
}
.AnyTagClassName
{
color: #72616A;
}
</style>
background-color css
<style>
a { background-color: #72616A; }
a { background-color: rgb(114,97,106); }
div.DivClassName
{
background-color: #72616A;
}
.BgClassName
{
background-color: #72616A;
}
</style>
border-color css
<style>
span { border-color: #72616A; }
span { border-color: rgb(114,97,106); }
td.TdClassName
{
border-color: #72616A;
}
.TagClassName
{
border-color: #72616A;
}
</style>