Shades of Flint #777461
Tints of Flint #777461
RGB
CMYK
RGB Variations
Color information
#777461 (or 0x777461) is known color: Flint. HEX triplet: 77, 74 and 61. RGB value is (119,116,97). Sum of RGB (Red+Green+Blue) = 119+116+97=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #777461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777461 is #888B9E. Grayscale: #727272. Windows color (decimal): -8948639 or 6386807. OLE color: 6386807.
HSL color Cylindrical-coordinate representation of color #777461: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777461 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 97 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.53 |
| HSL | 51.82º | 0.1% | 0.42% | - |
| HSV(B) | 51.82º | 0.18% | 0.47% | - |
| XYZ | 16.01 | 17.28 | 13.8 | - |
| YUV | 114.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 97 | 0 | 0.03 | 0.18 | 0.53 | 51.82 | 0.1 | 0.42 |
| Hex | 77 | 74 | 61 | 0 | 3 | 12 | 35 | 34 | A | 2A |
| Octal | 167 | 164 | 141 | 0 | 3 | 22 | 65 | 64 | 12 | 52 |
| Binary | 1110111 | 1110100 | 1100001 | 0 | 11 | 10010 | 110101 | 110100 | 1010 | 101010 |
Color Harmonies of #777461
Complementary color
Monochromatic Colors of #777461
Black with #777461
Text Example
Text Example
White with #777461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777461; }
p { color: rgb(119,116,97); }
H1.HeaderClassName
{
color: #777461;
}
.AnyTagClassName
{
color: #777461;
}
</style>
background-color css
<style>
a { background-color: #777461; }
a { background-color: rgb(119,116,97); }
div.DivClassName
{
background-color: #777461;
}
.BgClassName
{
background-color: #777461;
}
</style>
border-color css
<style>
span { border-color: #777461; }
span { border-color: rgb(119,116,97); }
td.TdClassName
{
border-color: #777461;
}
.TagClassName
{
border-color: #777461;
}
</style>