Shades of Scorpion #72656A
Tints of Scorpion #72656A
RGB
CMYK
RGB Variations
Color information
#72656A (or 0x72656A) is known color: Scorpion. HEX triplet: 72, 65 and 6A. RGB value is (114,101,106). Sum of RGB (Red+Green+Blue) = 114+101+106=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72656A is #8D9A95. Grayscale: #696969. Windows color (decimal): -9280150 or 6972786. OLE color: 6972786.
HSL color Cylindrical-coordinate representation of color #72656A: hue angle of 336.92º 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 #72656A is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 106 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.55 |
| HSL | 336.92º | 0.06% | 0.42% | - |
| HSV(B) | 336.92º | 0.11% | 0.45% | - |
| XYZ | 14.19 | 13.93 | 15.58 | - |
| YUV | 105.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 106 | 0 | 0.11 | 0.07 | 0.55 | 336.92 | 0.06 | 0.42 |
| Hex | 72 | 65 | 6A | 0 | B | 7 | 37 | 151 | 6 | 2A |
| Octal | 162 | 145 | 152 | 0 | 13 | 7 | 67 | 521 | 6 | 52 |
| Binary | 1110010 | 1100101 | 1101010 | 0 | 1011 | 111 | 110111 | 101010001 | 110 | 101010 |
Color Harmonies of #72656A
Complementary color
Monochromatic Colors of #72656A
Black with #72656A
Text Example
Text Example
White with #72656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72656A; }
p { color: rgb(114,101,106); }
H1.HeaderClassName
{
color: #72656A;
}
.AnyTagClassName
{
color: #72656A;
}
</style>
background-color css
<style>
a { background-color: #72656A; }
a { background-color: rgb(114,101,106); }
div.DivClassName
{
background-color: #72656A;
}
.BgClassName
{
background-color: #72656A;
}
</style>
border-color css
<style>
span { border-color: #72656A; }
span { border-color: rgb(114,101,106); }
td.TdClassName
{
border-color: #72656A;
}
.TagClassName
{
border-color: #72656A;
}
</style>