Html Css Color HEX #7E887C Spanish Green

📋 copy color: '#7E887C'

red 126 ◦ green 136 ◦ blue 124

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

Shades of Spanish Green #7E887C

Tints of Spanish Green #7E887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 32.64%
G = 35.23%
B = 32.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#7E887C (or 0x7E887C) is known color: Spanish Green. HEX triplet: 7E, 88 and 7C. RGB value is (126,136,124). Sum of RGB (Red+Green+Blue) = 126+136+124=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #7E887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E887C is #817783. Grayscale: #838383. Windows color (decimal): -8484740 or 8161406. OLE color: 8161406.

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

Color convert

RGB 126 136 124 -
CMYK 0.07 0 0.09 0.47
HSL 110º 0.05% 0.51% -
HSV(B) 110º 0.09% 0.53% -
XYZ 21.05 23.5 22.5 -
YUV 131.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 126 136 124 0.07 0 0.09 0.47 110 0.05 0.51
Hex 7E 88 7C 7 0 9 2F 6E 5 33
Octal 176 210 174 7 0 11 57 156 5 63
Binary 1111110 10001000 1111100 111 0 1001 101111 1101110 101 110011

Color Harmonies of #7E887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E887C

Black with #7E887C

Text Example


Text Example

White with #7E887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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