Shades of Scorpion #756367
Tints of Scorpion #756367
RGB
CMYK
RGB Variations
Color information
#756367 (or 0x756367) is known color: Scorpion. HEX triplet: 75, 63 and 67. RGB value is (117,99,103). Sum of RGB (Red+Green+Blue) = 117+99+103=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756367 is #8A9C98. Grayscale: #686868. Windows color (decimal): -9084057 or 6775669. OLE color: 6775669.
HSL color Cylindrical-coordinate representation of color #756367: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756367 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 103 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.54 |
| HSL | 346.67º | 0.08% | 0.42% | - |
| HSV(B) | 346.67º | 0.15% | 0.46% | - |
| XYZ | 14.25 | 13.68 | 14.72 | - |
| YUV | 104.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 103 | 0 | 0.15 | 0.12 | 0.54 | 346.67 | 0.08 | 0.42 |
| Hex | 75 | 63 | 67 | 0 | F | C | 36 | 15B | 8 | 2A |
| Octal | 165 | 143 | 147 | 0 | 17 | 14 | 66 | 533 | 10 | 52 |
| Binary | 1110101 | 1100011 | 1100111 | 0 | 1111 | 1100 | 110110 | 101011011 | 1000 | 101010 |
Color Harmonies of #756367
Complementary color
Monochromatic Colors of #756367
Black with #756367
Text Example
Text Example
White with #756367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756367; }
p { color: rgb(117,99,103); }
H1.HeaderClassName
{
color: #756367;
}
.AnyTagClassName
{
color: #756367;
}
</style>
background-color css
<style>
a { background-color: #756367; }
a { background-color: rgb(117,99,103); }
div.DivClassName
{
background-color: #756367;
}
.BgClassName
{
background-color: #756367;
}
</style>
border-color css
<style>
span { border-color: #756367; }
span { border-color: rgb(117,99,103); }
td.TdClassName
{
border-color: #756367;
}
.TagClassName
{
border-color: #756367;
}
</style>