#7E887B

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

Shades of Spanish Green #7E887B

Tints of Spanish Green #7E887B

Color information

#7E887B (or 0x7E887B) is unknown color: approx Spanish Green. HEX triplet: 7E, 88 and 7B. RGB value is (126,136,123). Sum of RGB (Red+Green+Blue) = 126+136+123=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #7E887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E887B is #817784. Grayscale: #838383. Windows color (decimal): -8484741 or 8095870. OLE color: 8095870.

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

Color convert

RGB126136123-
CMYK0.0700.100.47
HSL106.15º5.18%50.78%-
HSV(B)106.15º9.56%53.33%-
XYZ20.9823.4722.16-
YUV131.53123.19124.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=32.73%
G=35.32%
B=31.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261361230.0700.100.47106.155.1850.78
Hex7E887B70A2F6a533
Octal176210173701257152563
Binary1111110100010001111011111010101011111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,123); }

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

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

 a { background-color: rgb(126,136,123); }

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

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

 span { border-color: rgb(126,136,123); }

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