Shades of Scorpion #73606A
Tints of Scorpion #73606A
RGB
CMYK
RGB Variations
Color information
#73606A (or 0x73606A) is known color: Scorpion. HEX triplet: 73, 60 and 6A. RGB value is (115,96,106). Sum of RGB (Red+Green+Blue) = 115+96+106=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #73606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73606A is #8C9F95. Grayscale: #666666. Windows color (decimal): -9215894 or 6971507. OLE color: 6971507.
HSL color Cylindrical-coordinate representation of color #73606A: hue angle of 328.42º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73606A is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 106 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.55 |
| HSL | 328.42º | 0.09% | 0.41% | - |
| HSV(B) | 328.42º | 0.17% | 0.45% | - |
| XYZ | 13.85 | 13.05 | 15.42 | - |
| YUV | 102.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 106 | 0 | 0.17 | 0.08 | 0.55 | 328.42 | 0.09 | 0.41 |
| Hex | 73 | 60 | 6A | 0 | 11 | 8 | 37 | 148 | 9 | 29 |
| Octal | 163 | 140 | 152 | 0 | 21 | 10 | 67 | 510 | 11 | 51 |
| Binary | 1110011 | 1100000 | 1101010 | 0 | 10001 | 1000 | 110111 | 101001000 | 1001 | 101001 |
Color Harmonies of #73606A
Complementary color
Monochromatic Colors of #73606A
Black with #73606A
Text Example
Text Example
White with #73606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73606A; }
p { color: rgb(115,96,106); }
H1.HeaderClassName
{
color: #73606A;
}
.AnyTagClassName
{
color: #73606A;
}
</style>
background-color css
<style>
a { background-color: #73606A; }
a { background-color: rgb(115,96,106); }
div.DivClassName
{
background-color: #73606A;
}
.BgClassName
{
background-color: #73606A;
}
</style>
border-color css
<style>
span { border-color: #73606A; }
span { border-color: rgb(115,96,106); }
td.TdClassName
{
border-color: #73606A;
}
.TagClassName
{
border-color: #73606A;
}
</style>