Shades of Flint #77725C
Tints of Flint #77725C
RGB
CMYK
RGB Variations
Color information
#77725C (or 0x77725C) is known color: Flint. HEX triplet: 77, 72 and 5C. RGB value is (119,114,92). Sum of RGB (Red+Green+Blue) = 119+114+92=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77725C is #888DA3. Grayscale: #717171. Windows color (decimal): -8949156 or 6058615. OLE color: 6058615.
HSL color Cylindrical-coordinate representation of color #77725C: hue angle of 48.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77725C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 92 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.53 |
| HSL | 48.89º | 0.13% | 0.41% | - |
| HSV(B) | 48.89º | 0.23% | 0.47% | - |
| XYZ | 15.56 | 16.73 | 12.53 | - |
| YUV | 112.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 92 | 0 | 0.04 | 0.23 | 0.53 | 48.89 | 0.13 | 0.41 |
| Hex | 77 | 72 | 5C | 0 | 4 | 17 | 35 | 31 | D | 29 |
| Octal | 167 | 162 | 134 | 0 | 4 | 27 | 65 | 61 | 15 | 51 |
| Binary | 1110111 | 1110010 | 1011100 | 0 | 100 | 10111 | 110101 | 110001 | 1101 | 101001 |
Color Harmonies of #77725C
Complementary color
Monochromatic Colors of #77725C
Black with #77725C
Text Example
Text Example
White with #77725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77725C; }
p { color: rgb(119,114,92); }
H1.HeaderClassName
{
color: #77725C;
}
.AnyTagClassName
{
color: #77725C;
}
</style>
background-color css
<style>
a { background-color: #77725C; }
a { background-color: rgb(119,114,92); }
div.DivClassName
{
background-color: #77725C;
}
.BgClassName
{
background-color: #77725C;
}
</style>
border-color css
<style>
span { border-color: #77725C; }
span { border-color: rgb(119,114,92); }
td.TdClassName
{
border-color: #77725C;
}
.TagClassName
{
border-color: #77725C;
}
</style>