Shades of Flint #737265
Tints of Flint #737265
RGB
CMYK
RGB Variations
Color information
#737265 (or 0x737265) is known color: Flint. HEX triplet: 73, 72 and 65. RGB value is (115,114,101). Sum of RGB (Red+Green+Blue) = 115+114+101=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #737265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737265 is #8C8D9A. Grayscale: #707070. Windows color (decimal): -9211291 or 6648435. OLE color: 6648435.
HSL color Cylindrical-coordinate representation of color #737265: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737265 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 101 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.55 |
| HSL | 55.71º | 0.06% | 0.42% | - |
| HSV(B) | 55.71º | 0.12% | 0.45% | - |
| XYZ | 15.44 | 16.62 | 14.71 | - |
| YUV | 112.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 101 | 0 | 0.01 | 0.12 | 0.55 | 55.71 | 0.06 | 0.42 |
| Hex | 73 | 72 | 65 | 0 | 1 | C | 37 | 38 | 6 | 2A |
| Octal | 163 | 162 | 145 | 0 | 1 | 14 | 67 | 70 | 6 | 52 |
| Binary | 1110011 | 1110010 | 1100101 | 0 | 1 | 1100 | 110111 | 111000 | 110 | 101010 |
Color Harmonies of #737265
Complementary color
Monochromatic Colors of #737265
Black with #737265
Text Example
Text Example
White with #737265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737265; }
p { color: rgb(115,114,101); }
H1.HeaderClassName
{
color: #737265;
}
.AnyTagClassName
{
color: #737265;
}
</style>
background-color css
<style>
a { background-color: #737265; }
a { background-color: rgb(115,114,101); }
div.DivClassName
{
background-color: #737265;
}
.BgClassName
{
background-color: #737265;
}
</style>
border-color css
<style>
span { border-color: #737265; }
span { border-color: rgb(115,114,101); }
td.TdClassName
{
border-color: #737265;
}
.TagClassName
{
border-color: #737265;
}
</style>