Shades of Scorpion #74696E
Tints of Scorpion #74696E
RGB
CMYK
RGB Variations
Color information
#74696E (or 0x74696E) is known color: Scorpion. HEX triplet: 74, 69 and 6E. RGB value is (116,105,110). Sum of RGB (Red+Green+Blue) = 116+105+110=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #74696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74696E is #8B9691. Grayscale: #6C6C6C. Windows color (decimal): -9148050 or 7235956. OLE color: 7235956.
HSL color Cylindrical-coordinate representation of color #74696E: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74696E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 110 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.55 |
| HSL | 332.73º | 0.05% | 0.43% | - |
| HSV(B) | 332.73º | 0.09% | 0.45% | - |
| XYZ | 15.07 | 14.94 | 16.84 | - |
| YUV | 108.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 110 | 0 | 0.09 | 0.05 | 0.55 | 332.73 | 0.05 | 0.43 |
| Hex | 74 | 69 | 6E | 0 | 9 | 5 | 37 | 14D | 5 | 2B |
| Octal | 164 | 151 | 156 | 0 | 11 | 5 | 67 | 515 | 5 | 53 |
| Binary | 1110100 | 1101001 | 1101110 | 0 | 1001 | 101 | 110111 | 101001101 | 101 | 101011 |
Color Harmonies of #74696E
Complementary color
Monochromatic Colors of #74696E
Black with #74696E
Text Example
Text Example
White with #74696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74696E; }
p { color: rgb(116,105,110); }
H1.HeaderClassName
{
color: #74696E;
}
.AnyTagClassName
{
color: #74696E;
}
</style>
background-color css
<style>
a { background-color: #74696E; }
a { background-color: rgb(116,105,110); }
div.DivClassName
{
background-color: #74696E;
}
.BgClassName
{
background-color: #74696E;
}
</style>
border-color css
<style>
span { border-color: #74696E; }
span { border-color: rgb(116,105,110); }
td.TdClassName
{
border-color: #74696E;
}
.TagClassName
{
border-color: #74696E;
}
</style>