Shades of Scorpion #74656A
Tints of Scorpion #74656A
RGB
CMYK
RGB Variations
Color information
#74656A (or 0x74656A) is known color: Scorpion. HEX triplet: 74, 65 and 6A. RGB value is (116,101,106). Sum of RGB (Red+Green+Blue) = 116+101+106=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74656A is #8B9A95. Grayscale: #6A6A6A. Windows color (decimal): -9149078 or 6972788. OLE color: 6972788.
HSL color Cylindrical-coordinate representation of color #74656A: hue angle of 340º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74656A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 106 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.55 |
| HSL | 340º | 0.07% | 0.43% | - |
| HSV(B) | 340º | 0.13% | 0.45% | - |
| XYZ | 14.46 | 14.06 | 15.59 | - |
| YUV | 106.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 106 | 0 | 0.13 | 0.09 | 0.55 | 340 | 0.07 | 0.43 |
| Hex | 74 | 65 | 6A | 0 | D | 9 | 37 | 154 | 7 | 2B |
| Octal | 164 | 145 | 152 | 0 | 15 | 11 | 67 | 524 | 7 | 53 |
| Binary | 1110100 | 1100101 | 1101010 | 0 | 1101 | 1001 | 110111 | 101010100 | 111 | 101011 |
Color Harmonies of #74656A
Complementary color
Monochromatic Colors of #74656A
Black with #74656A
Text Example
Text Example
White with #74656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74656A; }
p { color: rgb(116,101,106); }
H1.HeaderClassName
{
color: #74656A;
}
.AnyTagClassName
{
color: #74656A;
}
</style>
background-color css
<style>
a { background-color: #74656A; }
a { background-color: rgb(116,101,106); }
div.DivClassName
{
background-color: #74656A;
}
.BgClassName
{
background-color: #74656A;
}
</style>
border-color css
<style>
span { border-color: #74656A; }
span { border-color: rgb(116,101,106); }
td.TdClassName
{
border-color: #74656A;
}
.TagClassName
{
border-color: #74656A;
}
</style>