Shades of Finch #72735B
Tints of Finch #72735B
RGB
CMYK
RGB Variations
Color information
#72735B (or 0x72735B) is known color: Finch. HEX triplet: 72, 73 and 5B. RGB value is (114,115,91). Sum of RGB (Red+Green+Blue) = 114+115+91=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #72735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72735B is #8D8CA4. Grayscale: #707070. Windows color (decimal): -9276581 or 5993330. OLE color: 5993330.
HSL color Cylindrical-coordinate representation of color #72735B: hue angle of 62.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72735B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 91 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.55 |
| HSL | 62.5º | 0.12% | 0.4% | - |
| HSV(B) | 62.5º | 0.21% | 0.45% | - |
| XYZ | 14.96 | 16.59 | 12.31 | - |
| YUV | 111.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 91 | 0.01 | 0 | 0.21 | 0.55 | 62.5 | 0.12 | 0.4 |
| Hex | 72 | 73 | 5B | 1 | 0 | 15 | 37 | 3F | C | 28 |
| Octal | 162 | 163 | 133 | 1 | 0 | 25 | 67 | 77 | 14 | 50 |
| Binary | 1110010 | 1110011 | 1011011 | 1 | 0 | 10101 | 110111 | 111111 | 1100 | 101000 |
Color Harmonies of #72735B
Complementary color
Monochromatic Colors of #72735B
Black with #72735B
Text Example
Text Example
White with #72735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72735B; }
p { color: rgb(114,115,91); }
H1.HeaderClassName
{
color: #72735B;
}
.AnyTagClassName
{
color: #72735B;
}
</style>
background-color css
<style>
a { background-color: #72735B; }
a { background-color: rgb(114,115,91); }
div.DivClassName
{
background-color: #72735B;
}
.BgClassName
{
background-color: #72735B;
}
</style>
border-color css
<style>
span { border-color: #72735B; }
span { border-color: rgb(114,115,91); }
td.TdClassName
{
border-color: #72735B;
}
.TagClassName
{
border-color: #72735B;
}
</style>