Shades of Flint #777463
Tints of Flint #777463
RGB
CMYK
RGB Variations
Color information
#777463 (or 0x777463) is known color: Flint. HEX triplet: 77, 74 and 63. RGB value is (119,116,99). Sum of RGB (Red+Green+Blue) = 119+116+99=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #777463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777463 is #888B9C. Grayscale: #737373. Windows color (decimal): -8948637 or 6517879. OLE color: 6517879.
HSL color Cylindrical-coordinate representation of color #777463: hue angle of 51º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777463 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 99 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.53 |
| HSL | 51º | 0.09% | 0.43% | - |
| HSV(B) | 51º | 0.17% | 0.47% | - |
| XYZ | 16.11 | 17.31 | 14.3 | - |
| YUV | 114.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 99 | 0 | 0.03 | 0.17 | 0.53 | 51 | 0.09 | 0.43 |
| Hex | 77 | 74 | 63 | 0 | 3 | 11 | 35 | 33 | 9 | 2B |
| Octal | 167 | 164 | 143 | 0 | 3 | 21 | 65 | 63 | 11 | 53 |
| Binary | 1110111 | 1110100 | 1100011 | 0 | 11 | 10001 | 110101 | 110011 | 1001 | 101011 |
Color Harmonies of #777463
Complementary color
Monochromatic Colors of #777463
Black with #777463
Text Example
Text Example
White with #777463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777463; }
p { color: rgb(119,116,99); }
H1.HeaderClassName
{
color: #777463;
}
.AnyTagClassName
{
color: #777463;
}
</style>
background-color css
<style>
a { background-color: #777463; }
a { background-color: rgb(119,116,99); }
div.DivClassName
{
background-color: #777463;
}
.BgClassName
{
background-color: #777463;
}
</style>
border-color css
<style>
span { border-color: #777463; }
span { border-color: rgb(119,116,99); }
td.TdClassName
{
border-color: #777463;
}
.TagClassName
{
border-color: #777463;
}
</style>