Shades of Corn Harvest #87772A
Tints of Corn Harvest #87772A
RGB
CMYK
RGB Variations
Color information
#87772A (or 0x87772A) is known color: Corn Harvest. HEX triplet: 87, 77 and 2A. RGB value is (135,119,42). Sum of RGB (Red+Green+Blue) = 135+119+42=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87772A is #7888D5. Grayscale: #737373. Windows color (decimal): -7899350 or 2783111. OLE color: 2783111.
HSL color Cylindrical-coordinate representation of color #87772A: hue angle of 49.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87772A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 42 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.47 |
| HSL | 49.68º | 0.53% | 0.35% | - |
| HSV(B) | 49.68º | 0.69% | 0.53% | - |
| XYZ | 17.01 | 18.51 | 4.87 | - |
| YUV | 115.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 42 | 0 | 0.12 | 0.69 | 0.47 | 49.68 | 0.53 | 0.35 |
| Hex | 87 | 77 | 2A | 0 | C | 45 | 2F | 32 | 35 | 23 |
| Octal | 207 | 167 | 52 | 0 | 14 | 105 | 57 | 62 | 65 | 43 |
| Binary | 10000111 | 1110111 | 101010 | 0 | 1100 | 1000101 | 101111 | 110010 | 110101 | 100011 |
Color Harmonies of #87772A
Complementary color
Monochromatic Colors of #87772A
Black with #87772A
Text Example
Text Example
White with #87772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87772A; }
p { color: rgb(135,119,42); }
H1.HeaderClassName
{
color: #87772A;
}
.AnyTagClassName
{
color: #87772A;
}
</style>
background-color css
<style>
a { background-color: #87772A; }
a { background-color: rgb(135,119,42); }
div.DivClassName
{
background-color: #87772A;
}
.BgClassName
{
background-color: #87772A;
}
</style>
border-color css
<style>
span { border-color: #87772A; }
span { border-color: rgb(135,119,42); }
td.TdClassName
{
border-color: #87772A;
}
.TagClassName
{
border-color: #87772A;
}
</style>