Shades of Scorpion #73626B
Tints of Scorpion #73626B
RGB
CMYK
RGB Variations
Color information
#73626B (or 0x73626B) is known color: Scorpion. HEX triplet: 73, 62 and 6B. RGB value is (115,98,107). Sum of RGB (Red+Green+Blue) = 115+98+107=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626B is #8C9D94. Grayscale: #686868. Windows color (decimal): -9215381 or 7037555. OLE color: 7037555.
HSL color Cylindrical-coordinate representation of color #73626B: hue angle of 328.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #73626B is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 107 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.55 |
| HSL | 328.24º | 0.08% | 0.42% | - |
| HSV(B) | 328.24º | 0.15% | 0.45% | - |
| XYZ | 14.09 | 13.44 | 15.76 | - |
| YUV | 104.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 107 | 0 | 0.15 | 0.07 | 0.55 | 328.24 | 0.08 | 0.42 |
| Hex | 73 | 62 | 6B | 0 | F | 7 | 37 | 148 | 8 | 2A |
| Octal | 163 | 142 | 153 | 0 | 17 | 7 | 67 | 510 | 10 | 52 |
| Binary | 1110011 | 1100010 | 1101011 | 0 | 1111 | 111 | 110111 | 101001000 | 1000 | 101010 |
Color Harmonies of #73626B
Complementary color
Monochromatic Colors of #73626B
Black with #73626B
Text Example
Text Example
White with #73626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73626B; }
p { color: rgb(115,98,107); }
H1.HeaderClassName
{
color: #73626B;
}
.AnyTagClassName
{
color: #73626B;
}
</style>
background-color css
<style>
a { background-color: #73626B; }
a { background-color: rgb(115,98,107); }
div.DivClassName
{
background-color: #73626B;
}
.BgClassName
{
background-color: #73626B;
}
</style>
border-color css
<style>
span { border-color: #73626B; }
span { border-color: rgb(115,98,107); }
td.TdClassName
{
border-color: #73626B;
}
.TagClassName
{
border-color: #73626B;
}
</style>