#80877B

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

Shades of Spanish Green #80877B

Tints of Spanish Green #80877B

Color information

#80877B (or 0x80877B) is unknown color: approx Spanish Green. HEX triplet: 80, 87 and 7B. RGB value is (128,135,123). Sum of RGB (Red+Green+Blue) = 128+135+123=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #80877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80877B is #7F7884. Grayscale: #838383. Windows color (decimal): -8353925 or 8095616. OLE color: 8095616.

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

Color convert

RGB128135123-
CMYK0.0500.090.47
HSL95º4.76%50.59%-
HSV(B)95º8.89%52.94%-
XYZ21.1423.3522.13-
YUV131.54123.18125.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=33.16%
G=34.97%
B=31.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351230.0500.090.47954.7650.59
Hex80877B5092F5f533
Octal200207173501157137563
Binary10000000100001111111011101010011011111011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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