#877D2D

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

Shades of Pesto #877D2D

Tints of Pesto #877D2D

Color information

#877D2D (or 0x877D2D) is unknown color: approx Pesto. HEX triplet: 87, 7D and 2D. RGB value is (135,125,45). Sum of RGB (Red+Green+Blue) = 135+125+45=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #877D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D2D is #7882D2. Grayscale: #777777. Windows color (decimal): -7897811 or 2981255. OLE color: 2981255.

HSL color Cylindrical-coordinate representation of color #877D2D: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #877D2D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13512545-
CMYK00.070.670.47
HSL53.33º50%35.29%-
HSV(B)53.33º66.67%52.94%-
XYZ17.820.015.41-
YUV118.8786.31139.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=44.26%
G=40.98%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351254500.070.670.4753.335035.29
Hex877D2D07432F353223
Octal207175550710357656243
Binary10000111111110110110101111000011101111110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,45); }

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

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

 a { background-color: rgb(135,125,45); }

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

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

 span { border-color: rgb(135,125,45); }

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