Shades of Scorpion #726569
Tints of Scorpion #726569
RGB
CMYK
RGB Variations
Color information
#726569 (or 0x726569) is known color: Scorpion. HEX triplet: 72, 65 and 69. RGB value is (114,101,105). Sum of RGB (Red+Green+Blue) = 114+101+105=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726569 is #8D9A96. Grayscale: #696969. Windows color (decimal): -9280151 or 6907250. OLE color: 6907250.
HSL color Cylindrical-coordinate representation of color #726569: hue angle of 341.54º 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 #726569 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 105 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.55 |
| HSL | 341.54º | 0.06% | 0.42% | - |
| HSV(B) | 341.54º | 0.11% | 0.45% | - |
| XYZ | 14.14 | 13.9 | 15.3 | - |
| YUV | 105.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 105 | 0 | 0.11 | 0.08 | 0.55 | 341.54 | 0.06 | 0.42 |
| Hex | 72 | 65 | 69 | 0 | B | 8 | 37 | 156 | 6 | 2A |
| Octal | 162 | 145 | 151 | 0 | 13 | 10 | 67 | 526 | 6 | 52 |
| Binary | 1110010 | 1100101 | 1101001 | 0 | 1011 | 1000 | 110111 | 101010110 | 110 | 101010 |
Color Harmonies of #726569
Complementary color
Monochromatic Colors of #726569
Black with #726569
Text Example
Text Example
White with #726569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726569; }
p { color: rgb(114,101,105); }
H1.HeaderClassName
{
color: #726569;
}
.AnyTagClassName
{
color: #726569;
}
</style>
background-color css
<style>
a { background-color: #726569; }
a { background-color: rgb(114,101,105); }
div.DivClassName
{
background-color: #726569;
}
.BgClassName
{
background-color: #726569;
}
</style>
border-color css
<style>
span { border-color: #726569; }
span { border-color: rgb(114,101,105); }
td.TdClassName
{
border-color: #726569;
}
.TagClassName
{
border-color: #726569;
}
</style>