Shades of Scorpion #72666C
Tints of Scorpion #72666C
RGB
CMYK
RGB Variations
Color information
#72666C (or 0x72666C) is known color: Scorpion. HEX triplet: 72, 66 and 6C. RGB value is (114,102,108). Sum of RGB (Red+Green+Blue) = 114+102+108=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #72666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666C is #8D9993. Grayscale: #6A6A6A. Windows color (decimal): -9279892 or 7104114. OLE color: 7104114.
HSL color Cylindrical-coordinate representation of color #72666C: hue angle of 330º 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 #72666C is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 108 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.55 |
| HSL | 330º | 0.06% | 0.42% | - |
| HSV(B) | 330º | 0.11% | 0.45% | - |
| XYZ | 14.4 | 14.16 | 16.16 | - |
| YUV | 106.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 108 | 0 | 0.11 | 0.05 | 0.55 | 330 | 0.06 | 0.42 |
| Hex | 72 | 66 | 6C | 0 | B | 5 | 37 | 14A | 6 | 2A |
| Octal | 162 | 146 | 154 | 0 | 13 | 5 | 67 | 512 | 6 | 52 |
| Binary | 1110010 | 1100110 | 1101100 | 0 | 1011 | 101 | 110111 | 101001010 | 110 | 101010 |
Color Harmonies of #72666C
Complementary color
Monochromatic Colors of #72666C
Black with #72666C
Text Example
Text Example
White with #72666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72666C; }
p { color: rgb(114,102,108); }
H1.HeaderClassName
{
color: #72666C;
}
.AnyTagClassName
{
color: #72666C;
}
</style>
background-color css
<style>
a { background-color: #72666C; }
a { background-color: rgb(114,102,108); }
div.DivClassName
{
background-color: #72666C;
}
.BgClassName
{
background-color: #72666C;
}
</style>
border-color css
<style>
span { border-color: #72666C; }
span { border-color: rgb(114,102,108); }
td.TdClassName
{
border-color: #72666C;
}
.TagClassName
{
border-color: #72666C;
}
</style>