Shades of Scorpion #75676C
Tints of Scorpion #75676C
RGB
CMYK
RGB Variations
Color information
#75676C (or 0x75676C) is known color: Scorpion. HEX triplet: 75, 67 and 6C. RGB value is (117,103,108). Sum of RGB (Red+Green+Blue) = 117+103+108=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676C is #8A9893. Grayscale: #6B6B6B. Windows color (decimal): -9083028 or 7104373. OLE color: 7104373.
HSL color Cylindrical-coordinate representation of color #75676C: hue angle of 338.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75676C is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 108 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.54 |
| HSL | 338.57º | 0.06% | 0.43% | - |
| HSV(B) | 338.57º | 0.12% | 0.46% | - |
| XYZ | 14.89 | 14.57 | 16.21 | - |
| YUV | 107.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 108 | 0 | 0.12 | 0.08 | 0.54 | 338.57 | 0.06 | 0.43 |
| Hex | 75 | 67 | 6C | 0 | C | 8 | 36 | 153 | 6 | 2B |
| Octal | 165 | 147 | 154 | 0 | 14 | 10 | 66 | 523 | 6 | 53 |
| Binary | 1110101 | 1100111 | 1101100 | 0 | 1100 | 1000 | 110110 | 101010011 | 110 | 101011 |
Color Harmonies of #75676C
Complementary color
Monochromatic Colors of #75676C
Black with #75676C
Text Example
Text Example
White with #75676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75676C; }
p { color: rgb(117,103,108); }
H1.HeaderClassName
{
color: #75676C;
}
.AnyTagClassName
{
color: #75676C;
}
</style>
background-color css
<style>
a { background-color: #75676C; }
a { background-color: rgb(117,103,108); }
div.DivClassName
{
background-color: #75676C;
}
.BgClassName
{
background-color: #75676C;
}
</style>
border-color css
<style>
span { border-color: #75676C; }
span { border-color: rgb(117,103,108); }
td.TdClassName
{
border-color: #75676C;
}
.TagClassName
{
border-color: #75676C;
}
</style>