Shades of Scorpion #71656C
Tints of Scorpion #71656C
RGB
CMYK
RGB Variations
Color information
#71656C (or 0x71656C) is known color: Scorpion. HEX triplet: 71, 65 and 6C. RGB value is (113,101,108). Sum of RGB (Red+Green+Blue) = 113+101+108=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #71656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71656C is #8E9A93. Grayscale: #696969. Windows color (decimal): -9345684 or 7103857. OLE color: 7103857.
HSL color Cylindrical-coordinate representation of color #71656C: hue angle of 325º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71656C is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 101 | 108 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.56 |
| HSL | 325º | 0.06% | 0.42% | - |
| HSV(B) | 325º | 0.11% | 0.44% | - |
| XYZ | 14.17 | 13.9 | 16.12 | - |
| YUV | 105.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 108 | 0 | 0.11 | 0.04 | 0.56 | 325 | 0.06 | 0.42 |
| Hex | 71 | 65 | 6C | 0 | B | 4 | 38 | 145 | 6 | 2A |
| Octal | 161 | 145 | 154 | 0 | 13 | 4 | 70 | 505 | 6 | 52 |
| Binary | 1110001 | 1100101 | 1101100 | 0 | 1011 | 100 | 111000 | 101000101 | 110 | 101010 |
Color Harmonies of #71656C
Complementary color
Monochromatic Colors of #71656C
Black with #71656C
Text Example
Text Example
White with #71656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71656C; }
p { color: rgb(113,101,108); }
H1.HeaderClassName
{
color: #71656C;
}
.AnyTagClassName
{
color: #71656C;
}
</style>
background-color css
<style>
a { background-color: #71656C; }
a { background-color: rgb(113,101,108); }
div.DivClassName
{
background-color: #71656C;
}
.BgClassName
{
background-color: #71656C;
}
</style>
border-color css
<style>
span { border-color: #71656C; }
span { border-color: rgb(113,101,108); }
td.TdClassName
{
border-color: #71656C;
}
.TagClassName
{
border-color: #71656C;
}
</style>