#877A2A

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

Shades of Pesto #877A2A

Tints of Pesto #877A2A

Color information

#877A2A (or 0x877A2A) is unknown color: approx Pesto. HEX triplet: 87, 7A and 2A. RGB value is (135,122,42). Sum of RGB (Red+Green+Blue) = 135+122+42=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #877A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A2A is #7885D5. Grayscale: #757575. Windows color (decimal): -7898582 or 2783879. OLE color: 2783879.

HSL color Cylindrical-coordinate representation of color #877A2A: hue angle of 51.61º 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 #877A2A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13512242-
CMYK00.100.690.47
HSL51.61º52.54%34.71%-
HSV(B)51.61º68.89%52.94%-
XYZ17.3719.244.99-
YUV116.7785.81141-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=45.15%
G=40.80%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351224200.100.690.4751.6152.5434.71
Hex877A2A0A452F343523
Octal2071725201210557646543
Binary100001111111010101010010101000101101111110100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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