Shades of Scorpion #71666C
Tints of Scorpion #71666C
RGB
CMYK
RGB Variations
Color information
#71666C (or 0x71666C) is known color: Scorpion. HEX triplet: 71, 66 and 6C. RGB value is (113,102,108). Sum of RGB (Red+Green+Blue) = 113+102+108=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #71666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71666C is #8E9993. Grayscale: #696969. Windows color (decimal): -9345428 or 7104113. OLE color: 7104113.
HSL color Cylindrical-coordinate representation of color #71666C: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71666C is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 108 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.56 |
| HSL | 327.27º | 0.05% | 0.42% | - |
| HSV(B) | 327.27º | 0.1% | 0.44% | - |
| XYZ | 14.27 | 14.1 | 16.16 | - |
| YUV | 105.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 108 | 0 | 0.10 | 0.04 | 0.56 | 327.27 | 0.05 | 0.42 |
| Hex | 71 | 66 | 6C | 0 | A | 4 | 38 | 147 | 5 | 2A |
| Octal | 161 | 146 | 154 | 0 | 12 | 4 | 70 | 507 | 5 | 52 |
| Binary | 1110001 | 1100110 | 1101100 | 0 | 1010 | 100 | 111000 | 101000111 | 101 | 101010 |
Color Harmonies of #71666C
Complementary color
Monochromatic Colors of #71666C
Black with #71666C
Text Example
Text Example
White with #71666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71666C; }
p { color: rgb(113,102,108); }
H1.HeaderClassName
{
color: #71666C;
}
.AnyTagClassName
{
color: #71666C;
}
</style>
background-color css
<style>
a { background-color: #71666C; }
a { background-color: rgb(113,102,108); }
div.DivClassName
{
background-color: #71666C;
}
.BgClassName
{
background-color: #71666C;
}
</style>
border-color css
<style>
span { border-color: #71666C; }
span { border-color: rgb(113,102,108); }
td.TdClassName
{
border-color: #71666C;
}
.TagClassName
{
border-color: #71666C;
}
</style>