Shades of Flint #73715C
Tints of Flint #73715C
RGB
CMYK
RGB Variations
Color information
#73715C (or 0x73715C) is known color: Flint. HEX triplet: 73, 71 and 5C. RGB value is (115,113,92). Sum of RGB (Red+Green+Blue) = 115+113+92=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73715C is #8C8EA3. Grayscale: #6F6F6F. Windows color (decimal): -9211556 or 6058355. OLE color: 6058355.
HSL color Cylindrical-coordinate representation of color #73715C: hue angle of 54.78º 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 #73715C is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 92 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.55 |
| HSL | 54.78º | 0.11% | 0.41% | - |
| HSV(B) | 54.78º | 0.2% | 0.45% | - |
| XYZ | 14.91 | 16.23 | 12.47 | - |
| YUV | 111.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 92 | 0 | 0.02 | 0.20 | 0.55 | 54.78 | 0.11 | 0.41 |
| Hex | 73 | 71 | 5C | 0 | 2 | 14 | 37 | 37 | B | 29 |
| Octal | 163 | 161 | 134 | 0 | 2 | 24 | 67 | 67 | 13 | 51 |
| Binary | 1110011 | 1110001 | 1011100 | 0 | 10 | 10100 | 110111 | 110111 | 1011 | 101001 |
Color Harmonies of #73715C
Complementary color
Monochromatic Colors of #73715C
Black with #73715C
Text Example
Text Example
White with #73715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73715C; }
p { color: rgb(115,113,92); }
H1.HeaderClassName
{
color: #73715C;
}
.AnyTagClassName
{
color: #73715C;
}
</style>
background-color css
<style>
a { background-color: #73715C; }
a { background-color: rgb(115,113,92); }
div.DivClassName
{
background-color: #73715C;
}
.BgClassName
{
background-color: #73715C;
}
</style>
border-color css
<style>
span { border-color: #73715C; }
span { border-color: rgb(115,113,92); }
td.TdClassName
{
border-color: #73715C;
}
.TagClassName
{
border-color: #73715C;
}
</style>