Shades of Finch #818755
Tints of Finch #818755
RGB
CMYK
RGB Variations
Color information
#818755 (or 0x818755) is known color: Finch. HEX triplet: 81, 87 and 55. RGB value is (129,135,85). Sum of RGB (Red+Green+Blue) = 129+135+85=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #818755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818755 is #7E78AA. Grayscale: #7F7F7F. Windows color (decimal): -8288427 or 5605249. OLE color: 5605249.
HSL color Cylindrical-coordinate representation of color #818755: hue angle of 67.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818755 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 85 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.47 |
| HSL | 67.2º | 0.23% | 0.43% | - |
| HSV(B) | 67.2º | 0.37% | 0.53% | - |
| XYZ | 19.36 | 22.65 | 11.95 | - |
| YUV | 127.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 85 | 0.04 | 0 | 0.37 | 0.47 | 67.2 | 0.23 | 0.43 |
| Hex | 81 | 87 | 55 | 4 | 0 | 25 | 2F | 43 | 17 | 2B |
| Octal | 201 | 207 | 125 | 4 | 0 | 45 | 57 | 103 | 27 | 53 |
| Binary | 10000001 | 10000111 | 1010101 | 100 | 0 | 100101 | 101111 | 1000011 | 10111 | 101011 |
Color Harmonies of #818755
Complementary color
Monochromatic Colors of #818755
Black with #818755
Text Example
Text Example
White with #818755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818755; }
p { color: rgb(129,135,85); }
H1.HeaderClassName
{
color: #818755;
}
.AnyTagClassName
{
color: #818755;
}
</style>
background-color css
<style>
a { background-color: #818755; }
a { background-color: rgb(129,135,85); }
div.DivClassName
{
background-color: #818755;
}
.BgClassName
{
background-color: #818755;
}
</style>
border-color css
<style>
span { border-color: #818755; }
span { border-color: rgb(129,135,85); }
td.TdClassName
{
border-color: #818755;
}
.TagClassName
{
border-color: #818755;
}
</style>