#7A8477

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

Shades of Spanish Green #7A8477

Tints of Spanish Green #7A8477

Color information

#7A8477 (or 0x7A8477) is unknown color: approx Spanish Green. HEX triplet: 7A, 84 and 77. RGB value is (122,132,119). Sum of RGB (Red+Green+Blue) = 122+132+119=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8477 is #857B88. Grayscale: #7F7F7F. Windows color (decimal): -8747913 or 7832698. OLE color: 7832698.

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

Color convert

RGB122132119-
CMYK0.0800.100.48
HSL106.15º5.18%49.22%-
HSV(B)106.15º9.85%51.76%-
XYZ19.6121.9720.66-
YUV127.53123.19124.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=32.71%
G=35.39%
B=31.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221321190.0800.100.48106.155.1849.22
Hex7A847780A306a531
Octal1722041671001260152561
Binary11110101000010011101111000010101100001101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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