Html Css Color HEX #7A8475 Spanish Green

📋 copy color: '#7A8475'

red 122 ◦ green 132 ◦ blue 117

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

Shades of Spanish Green #7A8475

Tints of Spanish Green #7A8475

RGB

 RED value IS 122 (48.05% from 255) = 32.88%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 32.88%
G = 35.58%
B = 31.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#7A8475 (or 0x7A8475) is known color: Spanish Green. HEX triplet: 7A, 84 and 75. RGB value is (122,132,117). Sum of RGB (Red+Green+Blue) = 122+132+117=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8475 is #857B8A. Grayscale: #7F7F7F. Windows color (decimal): -8747915 or 7701626. OLE color: 7701626.

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

Color convert

RGB 122 132 117 -
CMYK 0.08 0 0.11 0.48
HSL 100º 0.06% 0.49% -
HSV(B) 100º 0.11% 0.52% -
XYZ 19.49 21.92 20.03 -
YUV 127.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 122 132 117 0.08 0 0.11 0.48 100 0.06 0.49
Hex 7A 84 75 8 0 B 30 64 6 31
Octal 172 204 165 10 0 13 60 144 6 61
Binary 1111010 10000100 1110101 1000 0 1011 110000 1100100 110 110001

Color Harmonies of #7A8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8475

Black with #7A8475

Text Example


Text Example

White with #7A8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A8475;
 }
 .AnyTagClassName
 {
   color: #7A8475;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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