Shades of Scorpion #74626C
Tints of Scorpion #74626C
RGB
CMYK
RGB Variations
Color information
#74626C (or 0x74626C) is known color: Scorpion. HEX triplet: 74, 62 and 6C. RGB value is (116,98,108). Sum of RGB (Red+Green+Blue) = 116+98+108=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74626C is #8B9D93. Grayscale: #686868. Windows color (decimal): -9149844 or 7103092. OLE color: 7103092.
HSL color Cylindrical-coordinate representation of color #74626C: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74626C is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 108 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.55 |
| HSL | 326.67º | 0.08% | 0.42% | - |
| HSV(B) | 326.67º | 0.16% | 0.45% | - |
| XYZ | 14.28 | 13.53 | 16.05 | - |
| YUV | 104.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 108 | 0 | 0.16 | 0.07 | 0.55 | 326.67 | 0.08 | 0.42 |
| Hex | 74 | 62 | 6C | 0 | 10 | 7 | 37 | 147 | 8 | 2A |
| Octal | 164 | 142 | 154 | 0 | 20 | 7 | 67 | 507 | 10 | 52 |
| Binary | 1110100 | 1100010 | 1101100 | 0 | 10000 | 111 | 110111 | 101000111 | 1000 | 101010 |
Color Harmonies of #74626C
Complementary color
Monochromatic Colors of #74626C
Black with #74626C
Text Example
Text Example
White with #74626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74626C; }
p { color: rgb(116,98,108); }
H1.HeaderClassName
{
color: #74626C;
}
.AnyTagClassName
{
color: #74626C;
}
</style>
background-color css
<style>
a { background-color: #74626C; }
a { background-color: rgb(116,98,108); }
div.DivClassName
{
background-color: #74626C;
}
.BgClassName
{
background-color: #74626C;
}
</style>
border-color css
<style>
span { border-color: #74626C; }
span { border-color: rgb(116,98,108); }
td.TdClassName
{
border-color: #74626C;
}
.TagClassName
{
border-color: #74626C;
}
</style>