Html Css Color HEX #7A8275 Spanish Green

📋 copy color: '#7A8275'

red 122 ◦ green 130 ◦ blue 117

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

Shades of Spanish Green #7A8275

Tints of Spanish Green #7A8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 33.06%
G = 35.23%
B = 31.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#7A8275 (or 0x7A8275) is known color: Spanish Green. HEX triplet: 7A, 82 and 75. RGB value is (122,130,117). Sum of RGB (Red+Green+Blue) = 122+130+117=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8275 is #857D8A. Grayscale: #7E7E7E. Windows color (decimal): -8748427 or 7701114. OLE color: 7701114.

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

Color convert

RGB 122 130 117 -
CMYK 0.06 0 0.1 0.49
HSL 96.92º 0.05% 0.48% -
HSV(B) 96.92º 0.1% 0.51% -
XYZ 19.22 21.39 19.94 -
YUV 126.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 122 130 117 0.06 0 0.1 0.49 96.92 0.05 0.48
Hex 7A 82 75 6 0 A 31 61 5 30
Octal 172 202 165 6 0 12 61 141 5 60
Binary 1111010 10000010 1110101 110 0 1010 110001 1100001 101 110000

Color Harmonies of #7A8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8275

Black with #7A8275

Text Example


Text Example

White with #7A8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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