Shades of Scorpion #74616B
Tints of Scorpion #74616B
RGB
CMYK
RGB Variations
Color information
#74616B (or 0x74616B) is known color: Scorpion. HEX triplet: 74, 61 and 6B. RGB value is (116,97,107). Sum of RGB (Red+Green+Blue) = 116+97+107=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #74616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616B is #8B9E94. Grayscale: #676767. Windows color (decimal): -9150101 or 7037300. OLE color: 7037300.
HSL color Cylindrical-coordinate representation of color #74616B: hue angle of 328.42º degrees, saturation: 0.09, 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 #74616B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 107 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.55 |
| HSL | 328.42º | 0.09% | 0.42% | - |
| HSV(B) | 328.42º | 0.16% | 0.45% | - |
| XYZ | 14.13 | 13.32 | 15.74 | - |
| YUV | 103.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 107 | 0 | 0.16 | 0.08 | 0.55 | 328.42 | 0.09 | 0.42 |
| Hex | 74 | 61 | 6B | 0 | 10 | 8 | 37 | 148 | 9 | 2A |
| Octal | 164 | 141 | 153 | 0 | 20 | 10 | 67 | 510 | 11 | 52 |
| Binary | 1110100 | 1100001 | 1101011 | 0 | 10000 | 1000 | 110111 | 101001000 | 1001 | 101010 |
Color Harmonies of #74616B
Complementary color
Monochromatic Colors of #74616B
Black with #74616B
Text Example
Text Example
White with #74616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74616B; }
p { color: rgb(116,97,107); }
H1.HeaderClassName
{
color: #74616B;
}
.AnyTagClassName
{
color: #74616B;
}
</style>
background-color css
<style>
a { background-color: #74616B; }
a { background-color: rgb(116,97,107); }
div.DivClassName
{
background-color: #74616B;
}
.BgClassName
{
background-color: #74616B;
}
</style>
border-color css
<style>
span { border-color: #74616B; }
span { border-color: rgb(116,97,107); }
td.TdClassName
{
border-color: #74616B;
}
.TagClassName
{
border-color: #74616B;
}
</style>