Shades of Finch #72735D
Tints of Finch #72735D
RGB
CMYK
RGB Variations
Color information
#72735D (or 0x72735D) is known color: Finch. HEX triplet: 72, 73 and 5D. RGB value is (114,115,93). Sum of RGB (Red+Green+Blue) = 114+115+93=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #72735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72735D is #8D8CA2. Grayscale: #707070. Windows color (decimal): -9276579 or 6124402. OLE color: 6124402.
HSL color Cylindrical-coordinate representation of color #72735D: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72735D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 93 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.55 |
| HSL | 62.73º | 0.11% | 0.41% | - |
| HSV(B) | 62.73º | 0.19% | 0.45% | - |
| XYZ | 15.05 | 16.63 | 12.77 | - |
| YUV | 112.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 93 | 0.01 | 0 | 0.19 | 0.55 | 62.73 | 0.11 | 0.41 |
| Hex | 72 | 73 | 5D | 1 | 0 | 13 | 37 | 3F | B | 29 |
| Octal | 162 | 163 | 135 | 1 | 0 | 23 | 67 | 77 | 13 | 51 |
| Binary | 1110010 | 1110011 | 1011101 | 1 | 0 | 10011 | 110111 | 111111 | 1011 | 101001 |
Color Harmonies of #72735D
Complementary color
Monochromatic Colors of #72735D
Black with #72735D
Text Example
Text Example
White with #72735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72735D; }
p { color: rgb(114,115,93); }
H1.HeaderClassName
{
color: #72735D;
}
.AnyTagClassName
{
color: #72735D;
}
</style>
background-color css
<style>
a { background-color: #72735D; }
a { background-color: rgb(114,115,93); }
div.DivClassName
{
background-color: #72735D;
}
.BgClassName
{
background-color: #72735D;
}
</style>
border-color css
<style>
span { border-color: #72735D; }
span { border-color: rgb(114,115,93); }
td.TdClassName
{
border-color: #72735D;
}
.TagClassName
{
border-color: #72735D;
}
</style>