Shades of Flint #757263
Tints of Flint #757263
RGB
CMYK
RGB Variations
Color information
#757263 (or 0x757263) is known color: Flint. HEX triplet: 75, 72 and 63. RGB value is (117,114,99). Sum of RGB (Red+Green+Blue) = 117+114+99=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #757263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757263 is #8A8D9C. Grayscale: #717171. Windows color (decimal): -9080221 or 6517365. OLE color: 6517365.
HSL color Cylindrical-coordinate representation of color #757263: hue angle of 50º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757263 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 99 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.54 |
| HSL | 50º | 0.08% | 0.42% | - |
| HSV(B) | 50º | 0.15% | 0.46% | - |
| XYZ | 15.61 | 16.72 | 14.21 | - |
| YUV | 113.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 99 | 0 | 0.03 | 0.15 | 0.54 | 50 | 0.08 | 0.42 |
| Hex | 75 | 72 | 63 | 0 | 3 | F | 36 | 32 | 8 | 2A |
| Octal | 165 | 162 | 143 | 0 | 3 | 17 | 66 | 62 | 10 | 52 |
| Binary | 1110101 | 1110010 | 1100011 | 0 | 11 | 1111 | 110110 | 110010 | 1000 | 101010 |
Color Harmonies of #757263
Complementary color
Monochromatic Colors of #757263
Black with #757263
Text Example
Text Example
White with #757263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757263; }
p { color: rgb(117,114,99); }
H1.HeaderClassName
{
color: #757263;
}
.AnyTagClassName
{
color: #757263;
}
</style>
background-color css
<style>
a { background-color: #757263; }
a { background-color: rgb(117,114,99); }
div.DivClassName
{
background-color: #757263;
}
.BgClassName
{
background-color: #757263;
}
</style>
border-color css
<style>
span { border-color: #757263; }
span { border-color: rgb(117,114,99); }
td.TdClassName
{
border-color: #757263;
}
.TagClassName
{
border-color: #757263;
}
</style>