Shades of Scorpion #74636C
Tints of Scorpion #74636C
RGB
CMYK
RGB Variations
Color information
#74636C (or 0x74636C) is known color: Scorpion. HEX triplet: 74, 63 and 6C. RGB value is (116,99,108). Sum of RGB (Red+Green+Blue) = 116+99+108=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636C is #8B9C93. Grayscale: #696969. Windows color (decimal): -9149588 or 7103348. OLE color: 7103348.
HSL color Cylindrical-coordinate representation of color #74636C: hue angle of 328.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74636C is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 108 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.55 |
| HSL | 328.24º | 0.08% | 0.42% | - |
| HSV(B) | 328.24º | 0.15% | 0.45% | - |
| XYZ | 14.37 | 13.72 | 16.08 | - |
| YUV | 105.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 108 | 0 | 0.15 | 0.07 | 0.55 | 328.24 | 0.08 | 0.42 |
| Hex | 74 | 63 | 6C | 0 | F | 7 | 37 | 148 | 8 | 2A |
| Octal | 164 | 143 | 154 | 0 | 17 | 7 | 67 | 510 | 10 | 52 |
| Binary | 1110100 | 1100011 | 1101100 | 0 | 1111 | 111 | 110111 | 101001000 | 1000 | 101010 |
Color Harmonies of #74636C
Complementary color
Monochromatic Colors of #74636C
Black with #74636C
Text Example
Text Example
White with #74636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74636C; }
p { color: rgb(116,99,108); }
H1.HeaderClassName
{
color: #74636C;
}
.AnyTagClassName
{
color: #74636C;
}
</style>
background-color css
<style>
a { background-color: #74636C; }
a { background-color: rgb(116,99,108); }
div.DivClassName
{
background-color: #74636C;
}
.BgClassName
{
background-color: #74636C;
}
</style>
border-color css
<style>
span { border-color: #74636C; }
span { border-color: rgb(116,99,108); }
td.TdClassName
{
border-color: #74636C;
}
.TagClassName
{
border-color: #74636C;
}
</style>