#7E847A

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

Shades of Spanish Green #7E847A

Tints of Spanish Green #7E847A

Color information

#7E847A (or 0x7E847A) is unknown color: approx Spanish Green. HEX triplet: 7E, 84 and 7A. RGB value is (126,132,122). Sum of RGB (Red+Green+Blue) = 126+132+122=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #7E847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E847A is #817B85. Grayscale: #818181. Windows color (decimal): -8485766 or 8029310. OLE color: 8029310.

HSL color Cylindrical-coordinate representation of color #7E847A: hue angle of 96º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E847A is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB126132122-
CMYK0.0500.080.48
HSL96º3.94%49.8%-
HSV(B)96º7.58%51.76%-
XYZ20.3722.3421.65-
YUV129.07124.01125.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=33.16%
G=34.74%
B=32.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261321220.0500.080.48963.9449.8
Hex7E847A5083060432
Octal176204172501060140462
Binary1111110100001001111010101010001100001100000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,132,122); }

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

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

 a { background-color: rgb(126,132,122); }

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

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

 span { border-color: rgb(126,132,122); }

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