Shades of Scorpion #71676B
Tints of Scorpion #71676B
RGB
CMYK
RGB Variations
Color information
#71676B (or 0x71676B) is known color: Scorpion. HEX triplet: 71, 67 and 6B. RGB value is (113,103,107). Sum of RGB (Red+Green+Blue) = 113+103+107=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #71676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71676B is #8E9894. Grayscale: #6A6A6A. Windows color (decimal): -9345173 or 7038833. OLE color: 7038833.
HSL color Cylindrical-coordinate representation of color #71676B: hue angle of 336º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71676B is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 103 | 107 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.56 |
| HSL | 336º | 0.05% | 0.42% | - |
| HSV(B) | 336º | 0.09% | 0.44% | - |
| XYZ | 14.31 | 14.27 | 15.91 | - |
| YUV | 106.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 107 | 0 | 0.09 | 0.05 | 0.56 | 336 | 0.05 | 0.42 |
| Hex | 71 | 67 | 6B | 0 | 9 | 5 | 38 | 150 | 5 | 2A |
| Octal | 161 | 147 | 153 | 0 | 11 | 5 | 70 | 520 | 5 | 52 |
| Binary | 1110001 | 1100111 | 1101011 | 0 | 1001 | 101 | 111000 | 101010000 | 101 | 101010 |
Color Harmonies of #71676B
Complementary color
Monochromatic Colors of #71676B
Black with #71676B
Text Example
Text Example
White with #71676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71676B; }
p { color: rgb(113,103,107); }
H1.HeaderClassName
{
color: #71676B;
}
.AnyTagClassName
{
color: #71676B;
}
</style>
background-color css
<style>
a { background-color: #71676B; }
a { background-color: rgb(113,103,107); }
div.DivClassName
{
background-color: #71676B;
}
.BgClassName
{
background-color: #71676B;
}
</style>
border-color css
<style>
span { border-color: #71676B; }
span { border-color: rgb(113,103,107); }
td.TdClassName
{
border-color: #71676B;
}
.TagClassName
{
border-color: #71676B;
}
</style>