Html Css Color HEX #7E887A Spanish Green

📋 copy color: '#7E887A'

red 126 ◦ green 136 ◦ blue 122

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

Shades of Spanish Green #7E887A

Tints of Spanish Green #7E887A

RGB

 RED value IS 126 (49.61% from 255) = 32.81%

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 32.81%
G = 35.42%
B = 31.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#7E887A (or 0x7E887A) is known color: Spanish Green. HEX triplet: 7E, 88 and 7A. RGB value is (126,136,122). Sum of RGB (Red+Green+Blue) = 126+136+122=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #7E887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E887A is #817785. Grayscale: #838383. Windows color (decimal): -8484742 or 8030334. OLE color: 8030334.

HSL color Cylindrical-coordinate representation of color #7E887A: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E887A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 136 122 -
CMYK 0.07 0 0.10 0.47
HSL 102.86º 0.06% 0.51% -
HSV(B) 102.86º 0.1% 0.53% -
XYZ 20.92 23.45 21.84 -
YUV 131.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 126 136 122 0.07 0 0.10 0.47 102.86 0.06 0.51
Hex 7E 88 7A 7 0 A 2F 67 6 33
Octal 176 210 172 7 0 12 57 147 6 63
Binary 1111110 10001000 1111010 111 0 1010 101111 1100111 110 110011

Color Harmonies of #7E887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E887A

Black with #7E887A

Text Example


Text Example

White with #7E887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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