Html Css Color HEX #7A8477 Spanish Green

📋 copy color: '#7A8477'

red 122 ◦ green 132 ◦ blue 119

#7A8477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #7A8477

Tints of Spanish Green #7A8477

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.9%

R = 32.71%
G = 35.39%
B = 31.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#7A8477 (or 0x7A8477) is known color: 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

RGB 122 132 119 -
CMYK 0.08 0 0.10 0.48
HSL 106.15º 0.05% 0.49% -
HSV(B) 106.15º 0.1% 0.52% -
XYZ 19.61 21.97 20.66 -
YUV 127.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 122 132 119 0.08 0 0.10 0.48 106.15 0.05 0.49
Hex 7A 84 77 8 0 A 30 6A 5 31
Octal 172 204 167 10 0 12 60 152 5 61
Binary 1111010 10000100 1110111 1000 0 1010 110000 1101010 101 110001

Color Harmonies of #7A8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8477

Black with #7A8477

Text Example


Text Example

White with #7A8477

Text Example


Text Example

HTML Codes & Css Web 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>