Shades of Scorpion #73676A
Tints of Scorpion #73676A
RGB
CMYK
RGB Variations
Color information
#73676A (or 0x73676A) is known color: Scorpion. HEX triplet: 73, 67 and 6A. RGB value is (115,103,106). Sum of RGB (Red+Green+Blue) = 115+103+106=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #73676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73676A is #8C9895. Grayscale: #6A6A6A. Windows color (decimal): -9214102 or 6973299. OLE color: 6973299.
HSL color Cylindrical-coordinate representation of color #73676A: hue angle of 345º 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 #73676A is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 106 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.55 |
| HSL | 345º | 0.06% | 0.43% | - |
| HSV(B) | 345º | 0.1% | 0.45% | - |
| XYZ | 14.52 | 14.39 | 15.65 | - |
| YUV | 106.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 106 | 0 | 0.10 | 0.08 | 0.55 | 345 | 0.06 | 0.43 |
| Hex | 73 | 67 | 6A | 0 | A | 8 | 37 | 159 | 6 | 2B |
| Octal | 163 | 147 | 152 | 0 | 12 | 10 | 67 | 531 | 6 | 53 |
| Binary | 1110011 | 1100111 | 1101010 | 0 | 1010 | 1000 | 110111 | 101011001 | 110 | 101011 |
Color Harmonies of #73676A
Complementary color
Monochromatic Colors of #73676A
Black with #73676A
Text Example
Text Example
White with #73676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73676A; }
p { color: rgb(115,103,106); }
H1.HeaderClassName
{
color: #73676A;
}
.AnyTagClassName
{
color: #73676A;
}
</style>
background-color css
<style>
a { background-color: #73676A; }
a { background-color: rgb(115,103,106); }
div.DivClassName
{
background-color: #73676A;
}
.BgClassName
{
background-color: #73676A;
}
</style>
border-color css
<style>
span { border-color: #73676A; }
span { border-color: rgb(115,103,106); }
td.TdClassName
{
border-color: #73676A;
}
.TagClassName
{
border-color: #73676A;
}
</style>