Shades of Scorpion #72646A
Tints of Scorpion #72646A
RGB
CMYK
RGB Variations
Color information
#72646A (or 0x72646A) is known color: Scorpion. HEX triplet: 72, 64 and 6A. RGB value is (114,100,106). Sum of RGB (Red+Green+Blue) = 114+100+106=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #72646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72646A is #8D9B95. Grayscale: #686868. Windows color (decimal): -9280406 or 6972530. OLE color: 6972530.
HSL color Cylindrical-coordinate representation of color #72646A: hue angle of 334.29º 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 #72646A is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 106 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.55 |
| HSL | 334.29º | 0.07% | 0.42% | - |
| HSV(B) | 334.29º | 0.12% | 0.45% | - |
| XYZ | 14.1 | 13.73 | 15.54 | - |
| YUV | 104.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 106 | 0 | 0.12 | 0.07 | 0.55 | 334.29 | 0.07 | 0.42 |
| Hex | 72 | 64 | 6A | 0 | C | 7 | 37 | 14E | 7 | 2A |
| Octal | 162 | 144 | 152 | 0 | 14 | 7 | 67 | 516 | 7 | 52 |
| Binary | 1110010 | 1100100 | 1101010 | 0 | 1100 | 111 | 110111 | 101001110 | 111 | 101010 |
Color Harmonies of #72646A
Complementary color
Monochromatic Colors of #72646A
Black with #72646A
Text Example
Text Example
White with #72646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72646A; }
p { color: rgb(114,100,106); }
H1.HeaderClassName
{
color: #72646A;
}
.AnyTagClassName
{
color: #72646A;
}
</style>
background-color css
<style>
a { background-color: #72646A; }
a { background-color: rgb(114,100,106); }
div.DivClassName
{
background-color: #72646A;
}
.BgClassName
{
background-color: #72646A;
}
</style>
border-color css
<style>
span { border-color: #72646A; }
span { border-color: rgb(114,100,106); }
td.TdClassName
{
border-color: #72646A;
}
.TagClassName
{
border-color: #72646A;
}
</style>