#877A26

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

Shades of Pesto #877A26

Tints of Pesto #877A26

Color information

#877A26 (or 0x877A26) is unknown color: approx Pesto. HEX triplet: 87, 7A and 26. RGB value is (135,122,38). Sum of RGB (Red+Green+Blue) = 135+122+38=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #877A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A26 is #7885D9. Grayscale: #747474. Windows color (decimal): -7898586 or 2521735. OLE color: 2521735.

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

Color convert

RGB13512238-
CMYK00.100.720.47
HSL51.96º56.07%33.92%-
HSV(B)51.96º71.85%52.94%-
XYZ17.319.214.63-
YUV116.3183.81141.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=45.76%
G=41.36%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351223800.100.720.4751.9656.0733.92
Hex877A260A482F343822
Octal2071724601211057647042
Binary100001111111010100110010101001000101111110100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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