Shades of Scorpion #73666C
Tints of Scorpion #73666C
RGB
CMYK
RGB Variations
Color information
#73666C (or 0x73666C) is known color: Scorpion. HEX triplet: 73, 66 and 6C. RGB value is (115,102,108). Sum of RGB (Red+Green+Blue) = 115+102+108=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #73666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73666C is #8C9993. Grayscale: #6A6A6A. Windows color (decimal): -9214356 or 7104115. OLE color: 7104115.
HSL color Cylindrical-coordinate representation of color #73666C: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #73666C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 108 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.55 |
| HSL | 332.31º | 0.06% | 0.43% | - |
| HSV(B) | 332.31º | 0.11% | 0.45% | - |
| XYZ | 14.53 | 14.23 | 16.17 | - |
| YUV | 106.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 108 | 0 | 0.11 | 0.06 | 0.55 | 332.31 | 0.06 | 0.43 |
| Hex | 73 | 66 | 6C | 0 | B | 6 | 37 | 14C | 6 | 2B |
| Octal | 163 | 146 | 154 | 0 | 13 | 6 | 67 | 514 | 6 | 53 |
| Binary | 1110011 | 1100110 | 1101100 | 0 | 1011 | 110 | 110111 | 101001100 | 110 | 101011 |
Color Harmonies of #73666C
Complementary color
Monochromatic Colors of #73666C
Black with #73666C
Text Example
Text Example
White with #73666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73666C; }
p { color: rgb(115,102,108); }
H1.HeaderClassName
{
color: #73666C;
}
.AnyTagClassName
{
color: #73666C;
}
</style>
background-color css
<style>
a { background-color: #73666C; }
a { background-color: rgb(115,102,108); }
div.DivClassName
{
background-color: #73666C;
}
.BgClassName
{
background-color: #73666C;
}
</style>
border-color css
<style>
span { border-color: #73666C; }
span { border-color: rgb(115,102,108); }
td.TdClassName
{
border-color: #73666C;
}
.TagClassName
{
border-color: #73666C;
}
</style>