Shades of Scorpion #73676C
Tints of Scorpion #73676C
RGB
CMYK
RGB Variations
Color information
#73676C (or 0x73676C) is known color: Scorpion. HEX triplet: 73, 67 and 6C. RGB value is (115,103,108). Sum of RGB (Red+Green+Blue) = 115+103+108=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73676C is #8C9893. Grayscale: #6B6B6B. Windows color (decimal): -9214100 or 7104371. OLE color: 7104371.
HSL color Cylindrical-coordinate representation of color #73676C: hue angle of 335º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73676C is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 108 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.55 |
| HSL | 335º | 0.06% | 0.43% | - |
| HSV(B) | 335º | 0.1% | 0.45% | - |
| XYZ | 14.63 | 14.43 | 16.2 | - |
| YUV | 107.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 108 | 0 | 0.10 | 0.06 | 0.55 | 335 | 0.06 | 0.43 |
| Hex | 73 | 67 | 6C | 0 | A | 6 | 37 | 14F | 6 | 2B |
| Octal | 163 | 147 | 154 | 0 | 12 | 6 | 67 | 517 | 6 | 53 |
| Binary | 1110011 | 1100111 | 1101100 | 0 | 1010 | 110 | 110111 | 101001111 | 110 | 101011 |
Color Harmonies of #73676C
Complementary color
Monochromatic Colors of #73676C
Black with #73676C
Text Example
Text Example
White with #73676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73676C; }
p { color: rgb(115,103,108); }
H1.HeaderClassName
{
color: #73676C;
}
.AnyTagClassName
{
color: #73676C;
}
</style>
background-color css
<style>
a { background-color: #73676C; }
a { background-color: rgb(115,103,108); }
div.DivClassName
{
background-color: #73676C;
}
.BgClassName
{
background-color: #73676C;
}
</style>
border-color css
<style>
span { border-color: #73676C; }
span { border-color: rgb(115,103,108); }
td.TdClassName
{
border-color: #73676C;
}
.TagClassName
{
border-color: #73676C;
}
</style>