Shades of Scorpion #72656C
Tints of Scorpion #72656C
RGB
CMYK
RGB Variations
Color information
#72656C (or 0x72656C) is known color: Scorpion. HEX triplet: 72, 65 and 6C. RGB value is (114,101,108). Sum of RGB (Red+Green+Blue) = 114+101+108=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #72656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72656C is #8D9A93. Grayscale: #696969. Windows color (decimal): -9280148 or 7103858. OLE color: 7103858.
HSL color Cylindrical-coordinate representation of color #72656C: hue angle of 327.69º 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 #72656C is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 108 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.55 |
| HSL | 327.69º | 0.06% | 0.42% | - |
| HSV(B) | 327.69º | 0.11% | 0.45% | - |
| XYZ | 14.3 | 13.97 | 16.13 | - |
| YUV | 105.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 108 | 0 | 0.11 | 0.05 | 0.55 | 327.69 | 0.06 | 0.42 |
| Hex | 72 | 65 | 6C | 0 | B | 5 | 37 | 148 | 6 | 2A |
| Octal | 162 | 145 | 154 | 0 | 13 | 5 | 67 | 510 | 6 | 52 |
| Binary | 1110010 | 1100101 | 1101100 | 0 | 1011 | 101 | 110111 | 101001000 | 110 | 101010 |
Color Harmonies of #72656C
Complementary color
Monochromatic Colors of #72656C
Black with #72656C
Text Example
Text Example
White with #72656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72656C; }
p { color: rgb(114,101,108); }
H1.HeaderClassName
{
color: #72656C;
}
.AnyTagClassName
{
color: #72656C;
}
</style>
background-color css
<style>
a { background-color: #72656C; }
a { background-color: rgb(114,101,108); }
div.DivClassName
{
background-color: #72656C;
}
.BgClassName
{
background-color: #72656C;
}
</style>
border-color css
<style>
span { border-color: #72656C; }
span { border-color: rgb(114,101,108); }
td.TdClassName
{
border-color: #72656C;
}
.TagClassName
{
border-color: #72656C;
}
</style>