Shades of Grey #777474
Tints of Grey #777474
RGB
CMYK
RGB Variations
Color information
#777474 (or 0x777474) is known color: Grey. HEX triplet: 77, 74 and 74. RGB value is (119,116,116). Sum of RGB (Red+Green+Blue) = 119+116+116=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 119 - color contains mainly: red. Hex color #777474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777474 is #888B8B. Grayscale: #747474. Windows color (decimal): -8948620 or 7631991. OLE color: 7631991.
HSL color Cylindrical-coordinate representation of color #777474: hue angle of 0º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777474 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 116 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.53 |
| HSL | 0º | 0.01% | 0.46% | - |
| HSV(B) | 0º | 0.03% | 0.47% | - |
| XYZ | 17.01 | 17.67 | 19.04 | - |
| YUV | 116.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 116 | 0 | 0.03 | 0.03 | 0.53 | 0 | 0.01 | 0.46 |
| Hex | 77 | 74 | 74 | 0 | 3 | 3 | 35 | 0 | 1 | 2E |
| Octal | 167 | 164 | 164 | 0 | 3 | 3 | 65 | 0 | 1 | 56 |
| Binary | 1110111 | 1110100 | 1110100 | 0 | 11 | 11 | 110101 | 0 | 1 | 101110 |
Color Harmonies of #777474
Complementary color
Monochromatic Colors of #777474
Black with #777474
Text Example
Text Example
White with #777474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777474; }
p { color: rgb(119,116,116); }
H1.HeaderClassName
{
color: #777474;
}
.AnyTagClassName
{
color: #777474;
}
</style>
background-color css
<style>
a { background-color: #777474; }
a { background-color: rgb(119,116,116); }
div.DivClassName
{
background-color: #777474;
}
.BgClassName
{
background-color: #777474;
}
</style>
border-color css
<style>
span { border-color: #777474; }
span { border-color: rgb(119,116,116); }
td.TdClassName
{
border-color: #777474;
}
.TagClassName
{
border-color: #777474;
}
</style>