Shades of Flint #76725E
Tints of Flint #76725E
RGB
CMYK
RGB Variations
Color information
#76725E (or 0x76725E) is known color: Flint. HEX triplet: 76, 72 and 5E. RGB value is (118,114,94). Sum of RGB (Red+Green+Blue) = 118+114+94=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725E is #898DA1. Grayscale: #717171. Windows color (decimal): -9014690 or 6189686. OLE color: 6189686.
HSL color Cylindrical-coordinate representation of color #76725E: hue angle of 50º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76725E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 94 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.54 |
| HSL | 50º | 0.11% | 0.42% | - |
| HSV(B) | 50º | 0.2% | 0.46% | - |
| XYZ | 15.51 | 16.69 | 12.99 | - |
| YUV | 112.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 94 | 0 | 0.03 | 0.20 | 0.54 | 50 | 0.11 | 0.42 |
| Hex | 76 | 72 | 5E | 0 | 3 | 14 | 36 | 32 | B | 2A |
| Octal | 166 | 162 | 136 | 0 | 3 | 24 | 66 | 62 | 13 | 52 |
| Binary | 1110110 | 1110010 | 1011110 | 0 | 11 | 10100 | 110110 | 110010 | 1011 | 101010 |
Color Harmonies of #76725E
Complementary color
Monochromatic Colors of #76725E
Black with #76725E
Text Example
Text Example
White with #76725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76725E; }
p { color: rgb(118,114,94); }
H1.HeaderClassName
{
color: #76725E;
}
.AnyTagClassName
{
color: #76725E;
}
</style>
background-color css
<style>
a { background-color: #76725E; }
a { background-color: rgb(118,114,94); }
div.DivClassName
{
background-color: #76725E;
}
.BgClassName
{
background-color: #76725E;
}
</style>
border-color css
<style>
span { border-color: #76725E; }
span { border-color: rgb(118,114,94); }
td.TdClassName
{
border-color: #76725E;
}
.TagClassName
{
border-color: #76725E;
}
</style>