Shades of Scorpion #74656D
Tints of Scorpion #74656D
RGB
CMYK
RGB Variations
Color information
#74656D (or 0x74656D) is known color: Scorpion. HEX triplet: 74, 65 and 6D. RGB value is (116,101,109). Sum of RGB (Red+Green+Blue) = 116+101+109=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74656D is #8B9A92. Grayscale: #6A6A6A. Windows color (decimal): -9149075 or 7169396. OLE color: 7169396.
HSL color Cylindrical-coordinate representation of color #74656D: hue angle of 328º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74656D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 109 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.55 |
| HSL | 328º | 0.07% | 0.43% | - |
| HSV(B) | 328º | 0.13% | 0.45% | - |
| XYZ | 14.62 | 14.12 | 16.42 | - |
| YUV | 106.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 109 | 0 | 0.13 | 0.06 | 0.55 | 328 | 0.07 | 0.43 |
| Hex | 74 | 65 | 6D | 0 | D | 6 | 37 | 148 | 7 | 2B |
| Octal | 164 | 145 | 155 | 0 | 15 | 6 | 67 | 510 | 7 | 53 |
| Binary | 1110100 | 1100101 | 1101101 | 0 | 1101 | 110 | 110111 | 101001000 | 111 | 101011 |
Color Harmonies of #74656D
Complementary color
Monochromatic Colors of #74656D
Black with #74656D
Text Example
Text Example
White with #74656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74656D; }
p { color: rgb(116,101,109); }
H1.HeaderClassName
{
color: #74656D;
}
.AnyTagClassName
{
color: #74656D;
}
</style>
background-color css
<style>
a { background-color: #74656D; }
a { background-color: rgb(116,101,109); }
div.DivClassName
{
background-color: #74656D;
}
.BgClassName
{
background-color: #74656D;
}
</style>
border-color css
<style>
span { border-color: #74656D; }
span { border-color: rgb(116,101,109); }
td.TdClassName
{
border-color: #74656D;
}
.TagClassName
{
border-color: #74656D;
}
</style>