Shades of Scorpion #74656C
Tints of Scorpion #74656C
RGB
CMYK
RGB Variations
Color information
#74656C (or 0x74656C) is known color: Scorpion. HEX triplet: 74, 65 and 6C. RGB value is (116,101,108). Sum of RGB (Red+Green+Blue) = 116+101+108=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #74656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74656C is #8B9A93. Grayscale: #6A6A6A. Windows color (decimal): -9149076 or 7103860. OLE color: 7103860.
HSL color Cylindrical-coordinate representation of color #74656C: hue angle of 332º 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 #74656C is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 108 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.55 |
| HSL | 332º | 0.07% | 0.43% | - |
| HSV(B) | 332º | 0.13% | 0.45% | - |
| XYZ | 14.56 | 14.1 | 16.14 | - |
| YUV | 106.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 108 | 0 | 0.13 | 0.07 | 0.55 | 332 | 0.07 | 0.43 |
| Hex | 74 | 65 | 6C | 0 | D | 7 | 37 | 14C | 7 | 2B |
| Octal | 164 | 145 | 154 | 0 | 15 | 7 | 67 | 514 | 7 | 53 |
| Binary | 1110100 | 1100101 | 1101100 | 0 | 1101 | 111 | 110111 | 101001100 | 111 | 101011 |
Color Harmonies of #74656C
Complementary color
Monochromatic Colors of #74656C
Black with #74656C
Text Example
Text Example
White with #74656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74656C; }
p { color: rgb(116,101,108); }
H1.HeaderClassName
{
color: #74656C;
}
.AnyTagClassName
{
color: #74656C;
}
</style>
background-color css
<style>
a { background-color: #74656C; }
a { background-color: rgb(116,101,108); }
div.DivClassName
{
background-color: #74656C;
}
.BgClassName
{
background-color: #74656C;
}
</style>
border-color css
<style>
span { border-color: #74656C; }
span { border-color: rgb(116,101,108); }
td.TdClassName
{
border-color: #74656C;
}
.TagClassName
{
border-color: #74656C;
}
</style>