Shades of Finch #72755A
Tints of Finch #72755A
RGB
CMYK
RGB Variations
Color information
#72755A (or 0x72755A) is known color: Finch. HEX triplet: 72, 75 and 5A. RGB value is (114,117,90). Sum of RGB (Red+Green+Blue) = 114+117+90=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #72755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72755A is #8D8AA5. Grayscale: #717171. Windows color (decimal): -9276070 or 5928306. OLE color: 5928306.
HSL color Cylindrical-coordinate representation of color #72755A: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72755A is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 90 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.54 |
| HSL | 66.67º | 0.13% | 0.41% | - |
| HSV(B) | 66.67º | 0.23% | 0.46% | - |
| XYZ | 15.15 | 17.04 | 12.16 | - |
| YUV | 113.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 90 | 0.03 | 0 | 0.23 | 0.54 | 66.67 | 0.13 | 0.41 |
| Hex | 72 | 75 | 5A | 3 | 0 | 17 | 36 | 43 | D | 29 |
| Octal | 162 | 165 | 132 | 3 | 0 | 27 | 66 | 103 | 15 | 51 |
| Binary | 1110010 | 1110101 | 1011010 | 11 | 0 | 10111 | 110110 | 1000011 | 1101 | 101001 |
Color Harmonies of #72755A
Complementary color
Monochromatic Colors of #72755A
Black with #72755A
Text Example
Text Example
White with #72755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72755A; }
p { color: rgb(114,117,90); }
H1.HeaderClassName
{
color: #72755A;
}
.AnyTagClassName
{
color: #72755A;
}
</style>
background-color css
<style>
a { background-color: #72755A; }
a { background-color: rgb(114,117,90); }
div.DivClassName
{
background-color: #72755A;
}
.BgClassName
{
background-color: #72755A;
}
</style>
border-color css
<style>
span { border-color: #72755A; }
span { border-color: rgb(114,117,90); }
td.TdClassName
{
border-color: #72755A;
}
.TagClassName
{
border-color: #72755A;
}
</style>