Shades of Scorpion #74666C
Tints of Scorpion #74666C
RGB
CMYK
RGB Variations
Color information
#74666C (or 0x74666C) is known color: Scorpion. HEX triplet: 74, 66 and 6C. RGB value is (116,102,108). Sum of RGB (Red+Green+Blue) = 116+102+108=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74666C is #8B9993. Grayscale: #6A6A6A. Windows color (decimal): -9148820 or 7104116. OLE color: 7104116.
HSL color Cylindrical-coordinate representation of color #74666C: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #74666C is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 108 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.55 |
| HSL | 334.29º | 0.06% | 0.43% | - |
| HSV(B) | 334.29º | 0.12% | 0.45% | - |
| XYZ | 14.66 | 14.3 | 16.17 | - |
| YUV | 106.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 108 | 0 | 0.12 | 0.07 | 0.55 | 334.29 | 0.06 | 0.43 |
| Hex | 74 | 66 | 6C | 0 | C | 7 | 37 | 14E | 6 | 2B |
| Octal | 164 | 146 | 154 | 0 | 14 | 7 | 67 | 516 | 6 | 53 |
| Binary | 1110100 | 1100110 | 1101100 | 0 | 1100 | 111 | 110111 | 101001110 | 110 | 101011 |
Color Harmonies of #74666C
Complementary color
Monochromatic Colors of #74666C
Black with #74666C
Text Example
Text Example
White with #74666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74666C; }
p { color: rgb(116,102,108); }
H1.HeaderClassName
{
color: #74666C;
}
.AnyTagClassName
{
color: #74666C;
}
</style>
background-color css
<style>
a { background-color: #74666C; }
a { background-color: rgb(116,102,108); }
div.DivClassName
{
background-color: #74666C;
}
.BgClassName
{
background-color: #74666C;
}
</style>
border-color css
<style>
span { border-color: #74666C; }
span { border-color: rgb(116,102,108); }
td.TdClassName
{
border-color: #74666C;
}
.TagClassName
{
border-color: #74666C;
}
</style>