#7F877C

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

Shades of Spanish Green #7F877C

Tints of Spanish Green #7F877C

Color information

#7F877C (or 0x7F877C) is unknown color: approx Spanish Green. HEX triplet: 7F, 87 and 7C. RGB value is (127,135,124). Sum of RGB (Red+Green+Blue) = 127+135+124=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #7F877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F877C is #807883. Grayscale: #838383. Windows color (decimal): -8419460 or 8161151. OLE color: 8161151.

HSL color Cylindrical-coordinate representation of color #7F877C: hue angle of 103.64º 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 #7F877C is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB127135124-
CMYK0.0600.080.47
HSL103.64º4.38%50.78%-
HSV(B)103.64º8.15%52.94%-
XYZ21.0523.322.46-
YUV131.35123.85124.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.90%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=32.90%
G=34.97%
B=32.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351240.0600.080.47103.644.3850.78
Hex7F877C6082F68433
Octal177207174601057150463
Binary1111111100001111111100110010001011111101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F877C; }

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

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

<style>
 a { background-color: #7F877C; }

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

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

<style>
 span { border-color: #7F877C; }

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

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