Shades of Finch #72795A
Tints of Finch #72795A
RGB
CMYK
RGB Variations
Color information
#72795A (or 0x72795A) is known color: Finch. HEX triplet: 72, 79 and 5A. RGB value is (114,121,90). Sum of RGB (Red+Green+Blue) = 114+121+90=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #72795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72795A is #8D86A5. Grayscale: #737373. Windows color (decimal): -9275046 or 5929330. OLE color: 5929330.
HSL color Cylindrical-coordinate representation of color #72795A: hue angle of 73.55º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72795A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 90 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.53 |
| HSL | 73.55º | 0.15% | 0.41% | - |
| HSV(B) | 73.55º | 0.26% | 0.47% | - |
| XYZ | 15.62 | 17.99 | 12.32 | - |
| YUV | 115.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 90 | 0.06 | 0 | 0.26 | 0.53 | 73.55 | 0.15 | 0.41 |
| Hex | 72 | 79 | 5A | 6 | 0 | 1A | 35 | 4A | F | 29 |
| Octal | 162 | 171 | 132 | 6 | 0 | 32 | 65 | 112 | 17 | 51 |
| Binary | 1110010 | 1111001 | 1011010 | 110 | 0 | 11010 | 110101 | 1001010 | 1111 | 101001 |
Color Harmonies of #72795A
Complementary color
Monochromatic Colors of #72795A
Black with #72795A
Text Example
Text Example
White with #72795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72795A; }
p { color: rgb(114,121,90); }
H1.HeaderClassName
{
color: #72795A;
}
.AnyTagClassName
{
color: #72795A;
}
</style>
background-color css
<style>
a { background-color: #72795A; }
a { background-color: rgb(114,121,90); }
div.DivClassName
{
background-color: #72795A;
}
.BgClassName
{
background-color: #72795A;
}
</style>
border-color css
<style>
span { border-color: #72795A; }
span { border-color: rgb(114,121,90); }
td.TdClassName
{
border-color: #72795A;
}
.TagClassName
{
border-color: #72795A;
}
</style>