Shades of Scorpion #75676B
Tints of Scorpion #75676B
RGB
CMYK
RGB Variations
Color information
#75676B (or 0x75676B) is known color: Scorpion. HEX triplet: 75, 67 and 6B. RGB value is (117,103,107). Sum of RGB (Red+Green+Blue) = 117+103+107=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676B is #8A9894. Grayscale: #6B6B6B. Windows color (decimal): -9083029 or 7038837. OLE color: 7038837.
HSL color Cylindrical-coordinate representation of color #75676B: hue angle of 342.86º 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 #75676B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 107 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.54 |
| HSL | 342.86º | 0.06% | 0.43% | - |
| HSV(B) | 342.86º | 0.12% | 0.46% | - |
| XYZ | 14.84 | 14.54 | 15.94 | - |
| YUV | 107.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 107 | 0 | 0.12 | 0.09 | 0.54 | 342.86 | 0.06 | 0.43 |
| Hex | 75 | 67 | 6B | 0 | C | 9 | 36 | 157 | 6 | 2B |
| Octal | 165 | 147 | 153 | 0 | 14 | 11 | 66 | 527 | 6 | 53 |
| Binary | 1110101 | 1100111 | 1101011 | 0 | 1100 | 1001 | 110110 | 101010111 | 110 | 101011 |
Color Harmonies of #75676B
Complementary color
Monochromatic Colors of #75676B
Black with #75676B
Text Example
Text Example
White with #75676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75676B; }
p { color: rgb(117,103,107); }
H1.HeaderClassName
{
color: #75676B;
}
.AnyTagClassName
{
color: #75676B;
}
</style>
background-color css
<style>
a { background-color: #75676B; }
a { background-color: rgb(117,103,107); }
div.DivClassName
{
background-color: #75676B;
}
.BgClassName
{
background-color: #75676B;
}
</style>
border-color css
<style>
span { border-color: #75676B; }
span { border-color: rgb(117,103,107); }
td.TdClassName
{
border-color: #75676B;
}
.TagClassName
{
border-color: #75676B;
}
</style>