Shades of Finch #818752
Tints of Finch #818752
RGB
CMYK
RGB Variations
Color information
#818752 (or 0x818752) is known color: Finch. HEX triplet: 81, 87 and 52. RGB value is (129,135,82). Sum of RGB (Red+Green+Blue) = 129+135+82=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #818752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818752 is #7E78AD. Grayscale: #7F7F7F. Windows color (decimal): -8288430 or 5408641. OLE color: 5408641.
HSL color Cylindrical-coordinate representation of color #818752: hue angle of 66.79º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818752 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 82 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.47 |
| HSL | 66.79º | 0.24% | 0.43% | - |
| HSV(B) | 66.79º | 0.39% | 0.53% | - |
| XYZ | 19.24 | 22.6 | 11.33 | - |
| YUV | 127.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 82 | 0.04 | 0 | 0.39 | 0.47 | 66.79 | 0.24 | 0.43 |
| Hex | 81 | 87 | 52 | 4 | 0 | 27 | 2F | 43 | 18 | 2B |
| Octal | 201 | 207 | 122 | 4 | 0 | 47 | 57 | 103 | 30 | 53 |
| Binary | 10000001 | 10000111 | 1010010 | 100 | 0 | 100111 | 101111 | 1000011 | 11000 | 101011 |
Color Harmonies of #818752
Complementary color
Monochromatic Colors of #818752
Black with #818752
Text Example
Text Example
White with #818752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818752; }
p { color: rgb(129,135,82); }
H1.HeaderClassName
{
color: #818752;
}
.AnyTagClassName
{
color: #818752;
}
</style>
background-color css
<style>
a { background-color: #818752; }
a { background-color: rgb(129,135,82); }
div.DivClassName
{
background-color: #818752;
}
.BgClassName
{
background-color: #818752;
}
</style>
border-color css
<style>
span { border-color: #818752; }
span { border-color: rgb(129,135,82); }
td.TdClassName
{
border-color: #818752;
}
.TagClassName
{
border-color: #818752;
}
</style>