Shades of Flint #777565
Tints of Flint #777565
RGB
CMYK
RGB Variations
Color information
#777565 (or 0x777565) is known color: Flint. HEX triplet: 77, 75 and 65. RGB value is (119,117,101). Sum of RGB (Red+Green+Blue) = 119+117+101=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #777565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777565 is #888A9A. Grayscale: #737373. Windows color (decimal): -8948379 or 6649207. OLE color: 6649207.
HSL color Cylindrical-coordinate representation of color #777565: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777565 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 101 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.53 |
| HSL | 53.33º | 0.08% | 0.43% | - |
| HSV(B) | 53.33º | 0.15% | 0.47% | - |
| XYZ | 16.32 | 17.58 | 14.85 | - |
| YUV | 115.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 101 | 0 | 0.02 | 0.15 | 0.53 | 53.33 | 0.08 | 0.43 |
| Hex | 77 | 75 | 65 | 0 | 2 | F | 35 | 35 | 8 | 2B |
| Octal | 167 | 165 | 145 | 0 | 2 | 17 | 65 | 65 | 10 | 53 |
| Binary | 1110111 | 1110101 | 1100101 | 0 | 10 | 1111 | 110101 | 110101 | 1000 | 101011 |
Color Harmonies of #777565
Complementary color
Monochromatic Colors of #777565
Black with #777565
Text Example
Text Example
White with #777565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777565; }
p { color: rgb(119,117,101); }
H1.HeaderClassName
{
color: #777565;
}
.AnyTagClassName
{
color: #777565;
}
</style>
background-color css
<style>
a { background-color: #777565; }
a { background-color: rgb(119,117,101); }
div.DivClassName
{
background-color: #777565;
}
.BgClassName
{
background-color: #777565;
}
</style>
border-color css
<style>
span { border-color: #777565; }
span { border-color: rgb(119,117,101); }
td.TdClassName
{
border-color: #777565;
}
.TagClassName
{
border-color: #777565;
}
</style>