Shades of Scorpion #76656B
Tints of Scorpion #76656B
RGB
CMYK
RGB Variations
Color information
#76656B (or 0x76656B) is known color: Scorpion. HEX triplet: 76, 65 and 6B. RGB value is (118,101,107). Sum of RGB (Red+Green+Blue) = 118+101+107=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76656B is #899A94. Grayscale: #6A6A6A. Windows color (decimal): -9018005 or 7038326. OLE color: 7038326.
HSL color Cylindrical-coordinate representation of color #76656B: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76656B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 107 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.54 |
| HSL | 338.82º | 0.08% | 0.43% | - |
| HSV(B) | 338.82º | 0.14% | 0.46% | - |
| XYZ | 14.78 | 14.22 | 15.88 | - |
| YUV | 106.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 107 | 0 | 0.14 | 0.09 | 0.54 | 338.82 | 0.08 | 0.43 |
| Hex | 76 | 65 | 6B | 0 | E | 9 | 36 | 153 | 8 | 2B |
| Octal | 166 | 145 | 153 | 0 | 16 | 11 | 66 | 523 | 10 | 53 |
| Binary | 1110110 | 1100101 | 1101011 | 0 | 1110 | 1001 | 110110 | 101010011 | 1000 | 101011 |
Color Harmonies of #76656B
Complementary color
Monochromatic Colors of #76656B
Black with #76656B
Text Example
Text Example
White with #76656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76656B; }
p { color: rgb(118,101,107); }
H1.HeaderClassName
{
color: #76656B;
}
.AnyTagClassName
{
color: #76656B;
}
</style>
background-color css
<style>
a { background-color: #76656B; }
a { background-color: rgb(118,101,107); }
div.DivClassName
{
background-color: #76656B;
}
.BgClassName
{
background-color: #76656B;
}
</style>
border-color css
<style>
span { border-color: #76656B; }
span { border-color: rgb(118,101,107); }
td.TdClassName
{
border-color: #76656B;
}
.TagClassName
{
border-color: #76656B;
}
</style>