Shades of Flint #77725E
Tints of Flint #77725E
RGB
CMYK
RGB Variations
Color information
#77725E (or 0x77725E) is known color: Flint. HEX triplet: 77, 72 and 5E. RGB value is (119,114,94). Sum of RGB (Red+Green+Blue) = 119+114+94=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77725E is #888DA1. Grayscale: #717171. Windows color (decimal): -8949154 or 6189687. OLE color: 6189687.
HSL color Cylindrical-coordinate representation of color #77725E: hue angle of 48º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77725E is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 94 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.53 |
| HSL | 48º | 0.12% | 0.42% | - |
| HSV(B) | 48º | 0.21% | 0.47% | - |
| XYZ | 15.65 | 16.76 | 13 | - |
| YUV | 113.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 94 | 0 | 0.04 | 0.21 | 0.53 | 48 | 0.12 | 0.42 |
| Hex | 77 | 72 | 5E | 0 | 4 | 15 | 35 | 30 | C | 2A |
| Octal | 167 | 162 | 136 | 0 | 4 | 25 | 65 | 60 | 14 | 52 |
| Binary | 1110111 | 1110010 | 1011110 | 0 | 100 | 10101 | 110101 | 110000 | 1100 | 101010 |
Color Harmonies of #77725E
Complementary color
Monochromatic Colors of #77725E
Black with #77725E
Text Example
Text Example
White with #77725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77725E; }
p { color: rgb(119,114,94); }
H1.HeaderClassName
{
color: #77725E;
}
.AnyTagClassName
{
color: #77725E;
}
</style>
background-color css
<style>
a { background-color: #77725E; }
a { background-color: rgb(119,114,94); }
div.DivClassName
{
background-color: #77725E;
}
.BgClassName
{
background-color: #77725E;
}
</style>
border-color css
<style>
span { border-color: #77725E; }
span { border-color: rgb(119,114,94); }
td.TdClassName
{
border-color: #77725E;
}
.TagClassName
{
border-color: #77725E;
}
</style>