Shades of Scorpion #736368
Tints of Scorpion #736368
RGB
CMYK
RGB Variations
Color information
#736368 (or 0x736368) is known color: Scorpion. HEX triplet: 73, 63 and 68. RGB value is (115,99,104). Sum of RGB (Red+Green+Blue) = 115+99+104=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #736368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736368 is #8C9C97. Grayscale: #686868. Windows color (decimal): -9215128 or 6841203. OLE color: 6841203.
HSL color Cylindrical-coordinate representation of color #736368: hue angle of 341.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #736368 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 104 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.55 |
| HSL | 341.25º | 0.07% | 0.42% | - |
| HSV(B) | 341.25º | 0.14% | 0.45% | - |
| XYZ | 14.03 | 13.57 | 14.98 | - |
| YUV | 104.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 104 | 0 | 0.14 | 0.10 | 0.55 | 341.25 | 0.07 | 0.42 |
| Hex | 73 | 63 | 68 | 0 | E | A | 37 | 155 | 7 | 2A |
| Octal | 163 | 143 | 150 | 0 | 16 | 12 | 67 | 525 | 7 | 52 |
| Binary | 1110011 | 1100011 | 1101000 | 0 | 1110 | 1010 | 110111 | 101010101 | 111 | 101010 |
Color Harmonies of #736368
Complementary color
Monochromatic Colors of #736368
Black with #736368
Text Example
Text Example
White with #736368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736368; }
p { color: rgb(115,99,104); }
H1.HeaderClassName
{
color: #736368;
}
.AnyTagClassName
{
color: #736368;
}
</style>
background-color css
<style>
a { background-color: #736368; }
a { background-color: rgb(115,99,104); }
div.DivClassName
{
background-color: #736368;
}
.BgClassName
{
background-color: #736368;
}
</style>
border-color css
<style>
span { border-color: #736368; }
span { border-color: rgb(115,99,104); }
td.TdClassName
{
border-color: #736368;
}
.TagClassName
{
border-color: #736368;
}
</style>