#80877C

Color #80877C Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #80877C

Tints of Spanish Green #80877C

Color information

#80877C (or 0x80877C) is unknown color: approx Spanish Green. HEX triplet: 80, 87 and 7C. RGB value is (128,135,124). Sum of RGB (Red+Green+Blue) = 128+135+124=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #80877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80877C is #7F7883. Grayscale: #838383. Windows color (decimal): -8353924 or 8161152. OLE color: 8161152.

HSL color Cylindrical-coordinate representation of color #80877C: hue angle of 98.18º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80877C is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB128135124-
CMYK0.0500.080.47
HSL98.18º4.38%50.78%-
HSV(B)98.18º8.15%52.94%-
XYZ21.223.3722.46-
YUV131.65123.68125.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=33.07%
G=34.88%
B=32.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351240.0500.080.4798.184.3850.78
Hex80877C5082F62433
Octal200207174501057142463
Binary10000000100001111111100101010001011111100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80877C; }

 p { color: rgb(128,135,124); }

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

<style>
 a { background-color: #80877C; }

 a { background-color: rgb(128,135,124); }

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

<style>
 span { border-color: #80877C; }

 span { border-color: rgb(128,135,124); }

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