Shades of Flint #736F5C
Tints of Flint #736F5C
RGB
CMYK
RGB Variations
Color information
#736F5C (or 0x736F5C) is known color: Flint. HEX triplet: 73, 6F and 5C. RGB value is (115,111,92). Sum of RGB (Red+Green+Blue) = 115+111+92=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #736F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F5C is #8C90A3. Grayscale: #6E6E6E. Windows color (decimal): -9212068 or 6057843. OLE color: 6057843.
HSL color Cylindrical-coordinate representation of color #736F5C: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #736F5C is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 92 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.55 |
| HSL | 49.57º | 0.11% | 0.41% | - |
| HSV(B) | 49.57º | 0.2% | 0.45% | - |
| XYZ | 14.69 | 15.79 | 12.4 | - |
| YUV | 110.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 92 | 0 | 0.03 | 0.20 | 0.55 | 49.57 | 0.11 | 0.41 |
| Hex | 73 | 6F | 5C | 0 | 3 | 14 | 37 | 32 | B | 29 |
| Octal | 163 | 157 | 134 | 0 | 3 | 24 | 67 | 62 | 13 | 51 |
| Binary | 1110011 | 1101111 | 1011100 | 0 | 11 | 10100 | 110111 | 110010 | 1011 | 101001 |
Color Harmonies of #736F5C
Complementary color
Monochromatic Colors of #736F5C
Black with #736F5C
Text Example
Text Example
White with #736F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F5C; }
p { color: rgb(115,111,92); }
H1.HeaderClassName
{
color: #736F5C;
}
.AnyTagClassName
{
color: #736F5C;
}
</style>
background-color css
<style>
a { background-color: #736F5C; }
a { background-color: rgb(115,111,92); }
div.DivClassName
{
background-color: #736F5C;
}
.BgClassName
{
background-color: #736F5C;
}
</style>
border-color css
<style>
span { border-color: #736F5C; }
span { border-color: rgb(115,111,92); }
td.TdClassName
{
border-color: #736F5C;
}
.TagClassName
{
border-color: #736F5C;
}
</style>