#877B2B

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

Shades of Pesto #877B2B

Tints of Pesto #877B2B

Color information

#877B2B (or 0x877B2B) is unknown color: approx Pesto. HEX triplet: 87, 7B and 2B. RGB value is (135,123,43). Sum of RGB (Red+Green+Blue) = 135+123+43=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #877B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B2B is #7884D4. Grayscale: #757575. Windows color (decimal): -7898325 or 2849671. OLE color: 2849671.

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

Color convert

RGB13512343-
CMYK00.090.680.47
HSL52.17º51.69%34.9%-
HSV(B)52.17º68.15%52.94%-
XYZ17.5119.495.12-
YUV117.4785.98140.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=44.85%
G=40.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351234300.090.680.4752.1751.6934.9
Hex877B2B09442F343423
Octal2071735301110457646443
Binary100001111111011101011010011000100101111110100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,43); }

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

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

 a { background-color: rgb(135,123,43); }

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

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

 span { border-color: rgb(135,123,43); }

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