Shades of Flint #767263
Tints of Flint #767263
RGB
CMYK
RGB Variations
Color information
#767263 (or 0x767263) is known color: Flint. HEX triplet: 76, 72 and 63. RGB value is (118,114,99). Sum of RGB (Red+Green+Blue) = 118+114+99=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #767263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767263 is #898D9C. Grayscale: #717171. Windows color (decimal): -9014685 or 6517366. OLE color: 6517366.
HSL color Cylindrical-coordinate representation of color #767263: hue angle of 47.37º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767263 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 99 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.54 |
| HSL | 47.37º | 0.09% | 0.43% | - |
| HSV(B) | 47.37º | 0.16% | 0.46% | - |
| XYZ | 15.74 | 16.79 | 14.21 | - |
| YUV | 113.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 99 | 0 | 0.03 | 0.16 | 0.54 | 47.37 | 0.09 | 0.43 |
| Hex | 76 | 72 | 63 | 0 | 3 | 10 | 36 | 2F | 9 | 2B |
| Octal | 166 | 162 | 143 | 0 | 3 | 20 | 66 | 57 | 11 | 53 |
| Binary | 1110110 | 1110010 | 1100011 | 0 | 11 | 10000 | 110110 | 101111 | 1001 | 101011 |
Color Harmonies of #767263
Complementary color
Monochromatic Colors of #767263
Black with #767263
Text Example
Text Example
White with #767263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767263; }
p { color: rgb(118,114,99); }
H1.HeaderClassName
{
color: #767263;
}
.AnyTagClassName
{
color: #767263;
}
</style>
background-color css
<style>
a { background-color: #767263; }
a { background-color: rgb(118,114,99); }
div.DivClassName
{
background-color: #767263;
}
.BgClassName
{
background-color: #767263;
}
</style>
border-color css
<style>
span { border-color: #767263; }
span { border-color: rgb(118,114,99); }
td.TdClassName
{
border-color: #767263;
}
.TagClassName
{
border-color: #767263;
}
</style>