Shades of Scorpion #736D70
Tints of Scorpion #736D70
RGB
CMYK
RGB Variations
Color information
#736D70 (or 0x736D70) is known color: Scorpion. HEX triplet: 73, 6D and 70. RGB value is (115,109,112). Sum of RGB (Red+Green+Blue) = 115+109+112=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 115 - color contains mainly: red. Hex color #736D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D70 is #8C928F. Grayscale: #6F6F6F. Windows color (decimal): -9212560 or 7368051. OLE color: 7368051.
HSL color Cylindrical-coordinate representation of color #736D70: hue angle of 330º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #736D70 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 112 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.55 |
| HSL | 330º | 0.03% | 0.44% | - |
| HSV(B) | 330º | 0.05% | 0.45% | - |
| XYZ | 15.46 | 15.75 | 17.55 | - |
| YUV | 111.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 112 | 0 | 0.05 | 0.03 | 0.55 | 330 | 0.03 | 0.44 |
| Hex | 73 | 6D | 70 | 0 | 5 | 3 | 37 | 14A | 3 | 2C |
| Octal | 163 | 155 | 160 | 0 | 5 | 3 | 67 | 512 | 3 | 54 |
| Binary | 1110011 | 1101101 | 1110000 | 0 | 101 | 11 | 110111 | 101001010 | 11 | 101100 |
Color Harmonies of #736D70
Complementary color
Monochromatic Colors of #736D70
Black with #736D70
Text Example
Text Example
White with #736D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D70; }
p { color: rgb(115,109,112); }
H1.HeaderClassName
{
color: #736D70;
}
.AnyTagClassName
{
color: #736D70;
}
</style>
background-color css
<style>
a { background-color: #736D70; }
a { background-color: rgb(115,109,112); }
div.DivClassName
{
background-color: #736D70;
}
.BgClassName
{
background-color: #736D70;
}
</style>
border-color css
<style>
span { border-color: #736D70; }
span { border-color: rgb(115,109,112); }
td.TdClassName
{
border-color: #736D70;
}
.TagClassName
{
border-color: #736D70;
}
</style>