#877A1E

Color #877A1E Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #877A1E

Tints of Pesto #877A1E

Color information

#877A1E (or 0x877A1E) is unknown color: approx Pesto. HEX triplet: 87, 7A and 1E. RGB value is (135,122,30). Sum of RGB (Red+Green+Blue) = 135+122+30=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #877A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A1E is #7885E1. Grayscale: #737373. Windows color (decimal): -7898594 or 1997447. OLE color: 1997447.

HSL color Cylindrical-coordinate representation of color #877A1E: hue angle of 52.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #877A1E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13512230-
CMYK00.100.780.47
HSL52.57º63.64%32.35%-
HSV(B)52.57º77.78%52.94%-
XYZ17.1919.164.02-
YUV115.479.81141.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=47.04%
G=42.51%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351223000.100.780.4752.5763.6432.35
Hex877A1E0A4E2F354020
Octal20717236012116576510040
Binary100001111111010111100101010011101011111101011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A1E; }

 p { color: rgb(135,122,30); }

 H1.HeaderClassName
 {
   color: #877A1E;
 }
 .AnyTagClassName
 {
   color: #877A1E;
 }
</style>
background-color css

<style>
 a { background-color: #877A1E; }

 a { background-color: rgb(135,122,30); }

 div.DivClassName
 {
   background-color: #877A1E;
 }
 .BgClassName
 {
   background-color: #877A1E;
 }
</style>
border-color css

<style>
 span { border-color: #877A1E; }

 span { border-color: rgb(135,122,30); }

 td.TdClassName
 {
   border-color: #877A1E;
 }
 .TagClassName
 {
   border-color: #877A1E;
 }
</style>