Shades of Scorpion #72646C
Tints of Scorpion #72646C
RGB
CMYK
RGB Variations
Color information
#72646C (or 0x72646C) is known color: Scorpion. HEX triplet: 72, 64 and 6C. RGB value is (114,100,108). Sum of RGB (Red+Green+Blue) = 114+100+108=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72646C is #8D9B93. Grayscale: #696969. Windows color (decimal): -9280404 or 7103602. OLE color: 7103602.
HSL color Cylindrical-coordinate representation of color #72646C: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #72646C is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 108 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.55 |
| HSL | 325.71º | 0.07% | 0.42% | - |
| HSV(B) | 325.71º | 0.12% | 0.45% | - |
| XYZ | 14.2 | 13.77 | 16.1 | - |
| YUV | 105.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 108 | 0 | 0.12 | 0.05 | 0.55 | 325.71 | 0.07 | 0.42 |
| Hex | 72 | 64 | 6C | 0 | C | 5 | 37 | 146 | 7 | 2A |
| Octal | 162 | 144 | 154 | 0 | 14 | 5 | 67 | 506 | 7 | 52 |
| Binary | 1110010 | 1100100 | 1101100 | 0 | 1100 | 101 | 110111 | 101000110 | 111 | 101010 |
Color Harmonies of #72646C
Complementary color
Monochromatic Colors of #72646C
Black with #72646C
Text Example
Text Example
White with #72646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72646C; }
p { color: rgb(114,100,108); }
H1.HeaderClassName
{
color: #72646C;
}
.AnyTagClassName
{
color: #72646C;
}
</style>
background-color css
<style>
a { background-color: #72646C; }
a { background-color: rgb(114,100,108); }
div.DivClassName
{
background-color: #72646C;
}
.BgClassName
{
background-color: #72646C;
}
</style>
border-color css
<style>
span { border-color: #72646C; }
span { border-color: rgb(114,100,108); }
td.TdClassName
{
border-color: #72646C;
}
.TagClassName
{
border-color: #72646C;
}
</style>