Shades of Finch #72795B
Tints of Finch #72795B
RGB
CMYK
RGB Variations
Color information
#72795B (or 0x72795B) is known color: Finch. HEX triplet: 72, 79 and 5B. RGB value is (114,121,91). Sum of RGB (Red+Green+Blue) = 114+121+91=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #72795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72795B is #8D86A4. Grayscale: #737373. Windows color (decimal): -9275045 or 5994866. OLE color: 5994866.
HSL color Cylindrical-coordinate representation of color #72795B: hue angle of 74º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72795B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 91 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.53 |
| HSL | 74º | 0.14% | 0.42% | - |
| HSV(B) | 74º | 0.25% | 0.47% | - |
| XYZ | 15.67 | 18.01 | 12.55 | - |
| YUV | 115.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 91 | 0.06 | 0 | 0.25 | 0.53 | 74 | 0.14 | 0.42 |
| Hex | 72 | 79 | 5B | 6 | 0 | 19 | 35 | 4A | E | 2A |
| Octal | 162 | 171 | 133 | 6 | 0 | 31 | 65 | 112 | 16 | 52 |
| Binary | 1110010 | 1111001 | 1011011 | 110 | 0 | 11001 | 110101 | 1001010 | 1110 | 101010 |
Color Harmonies of #72795B
Complementary color
Monochromatic Colors of #72795B
Black with #72795B
Text Example
Text Example
White with #72795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72795B; }
p { color: rgb(114,121,91); }
H1.HeaderClassName
{
color: #72795B;
}
.AnyTagClassName
{
color: #72795B;
}
</style>
background-color css
<style>
a { background-color: #72795B; }
a { background-color: rgb(114,121,91); }
div.DivClassName
{
background-color: #72795B;
}
.BgClassName
{
background-color: #72795B;
}
</style>
border-color css
<style>
span { border-color: #72795B; }
span { border-color: rgb(114,121,91); }
td.TdClassName
{
border-color: #72795B;
}
.TagClassName
{
border-color: #72795B;
}
</style>