Shades of Scorpion #726A6C
Tints of Scorpion #726A6C
RGB
CMYK
RGB Variations
Color information
#726A6C (or 0x726A6C) is known color: Scorpion. HEX triplet: 72, 6A and 6C. RGB value is (114,106,108). Sum of RGB (Red+Green+Blue) = 114+106+108=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #726A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A6C is #8D9593. Grayscale: #6C6C6C. Windows color (decimal): -9278868 or 7105138. OLE color: 7105138.
HSL color Cylindrical-coordinate representation of color #726A6C: hue angle of 345º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726A6C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 106 | 108 | - |
CMYK | 0 | 0.07 | 0.05 | 0.55 |
HSL | 345º | 0.04% | 0.43% | - |
HSV(B) | 345º | 0.07% | 0.45% | - |
XYZ | 14.8 | 14.97 | 16.3 | - |
YUV | 108.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 106 | 108 | 0 | 0.07 | 0.05 | 0.55 | 345 | 0.04 | 0.43 |
Hex | 72 | 6A | 6C | 0 | 7 | 5 | 37 | 159 | 4 | 2B |
Octal | 162 | 152 | 154 | 0 | 7 | 5 | 67 | 531 | 4 | 53 |
Binary | 1110010 | 1101010 | 1101100 | 0 | 111 | 101 | 110111 | 101011001 | 100 | 101011 |
Color Harmonies of #726A6C
Complementary color
Monochromatic Colors of #726A6C
Black with #726A6C
Text Example
Text Example
White with #726A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A6C; }
p { color: rgb(114,106,108); }
H1.HeaderClassName
{
color: #726A6C;
}
.AnyTagClassName
{
color: #726A6C;
}
</style>
background-color css
<style>
a { background-color: #726A6C; }
a { background-color: rgb(114,106,108); }
div.DivClassName
{
background-color: #726A6C;
}
.BgClassName
{
background-color: #726A6C;
}
</style>
border-color css
<style>
span { border-color: #726A6C; }
span { border-color: rgb(114,106,108); }
td.TdClassName
{
border-color: #726A6C;
}
.TagClassName
{
border-color: #726A6C;
}
</style>