Shades of Finch #72765A
Tints of Finch #72765A
RGB
CMYK
RGB Variations
Color information
#72765A (or 0x72765A) is known color: Finch. HEX triplet: 72, 76 and 5A. RGB value is (114,118,90). Sum of RGB (Red+Green+Blue) = 114+118+90=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #72765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72765A is #8D89A5. Grayscale: #717171. Windows color (decimal): -9275814 or 5928562. OLE color: 5928562.
HSL color Cylindrical-coordinate representation of color #72765A: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72765A is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 90 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.54 |
| HSL | 68.57º | 0.13% | 0.41% | - |
| HSV(B) | 68.57º | 0.24% | 0.46% | - |
| XYZ | 15.26 | 17.27 | 12.2 | - |
| YUV | 113.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 90 | 0.03 | 0 | 0.24 | 0.54 | 68.57 | 0.13 | 0.41 |
| Hex | 72 | 76 | 5A | 3 | 0 | 18 | 36 | 45 | D | 29 |
| Octal | 162 | 166 | 132 | 3 | 0 | 30 | 66 | 105 | 15 | 51 |
| Binary | 1110010 | 1110110 | 1011010 | 11 | 0 | 11000 | 110110 | 1000101 | 1101 | 101001 |
Color Harmonies of #72765A
Complementary color
Monochromatic Colors of #72765A
Black with #72765A
Text Example
Text Example
White with #72765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72765A; }
p { color: rgb(114,118,90); }
H1.HeaderClassName
{
color: #72765A;
}
.AnyTagClassName
{
color: #72765A;
}
</style>
background-color css
<style>
a { background-color: #72765A; }
a { background-color: rgb(114,118,90); }
div.DivClassName
{
background-color: #72765A;
}
.BgClassName
{
background-color: #72765A;
}
</style>
border-color css
<style>
span { border-color: #72765A; }
span { border-color: rgb(114,118,90); }
td.TdClassName
{
border-color: #72765A;
}
.TagClassName
{
border-color: #72765A;
}
</style>