Shades of Flint #757363
Tints of Flint #757363
RGB
CMYK
RGB Variations
Color information
#757363 (or 0x757363) is known color: Flint. HEX triplet: 75, 73 and 63. RGB value is (117,115,99). Sum of RGB (Red+Green+Blue) = 117+115+99=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #757363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757363 is #8A8C9C. Grayscale: #717171. Windows color (decimal): -9079965 or 6517621. OLE color: 6517621.
HSL color Cylindrical-coordinate representation of color #757363: hue angle of 53.33º 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 #757363 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 99 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.54 |
| HSL | 53.33º | 0.08% | 0.42% | - |
| HSV(B) | 53.33º | 0.15% | 0.46% | - |
| XYZ | 15.72 | 16.94 | 14.25 | - |
| YUV | 113.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 99 | 0 | 0.02 | 0.15 | 0.54 | 53.33 | 0.08 | 0.42 |
| Hex | 75 | 73 | 63 | 0 | 2 | F | 36 | 35 | 8 | 2A |
| Octal | 165 | 163 | 143 | 0 | 2 | 17 | 66 | 65 | 10 | 52 |
| Binary | 1110101 | 1110011 | 1100011 | 0 | 10 | 1111 | 110110 | 110101 | 1000 | 101010 |
Color Harmonies of #757363
Complementary color
Monochromatic Colors of #757363
Black with #757363
Text Example
Text Example
White with #757363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757363; }
p { color: rgb(117,115,99); }
H1.HeaderClassName
{
color: #757363;
}
.AnyTagClassName
{
color: #757363;
}
</style>
background-color css
<style>
a { background-color: #757363; }
a { background-color: rgb(117,115,99); }
div.DivClassName
{
background-color: #757363;
}
.BgClassName
{
background-color: #757363;
}
</style>
border-color css
<style>
span { border-color: #757363; }
span { border-color: rgb(117,115,99); }
td.TdClassName
{
border-color: #757363;
}
.TagClassName
{
border-color: #757363;
}
</style>