Html Css Color HEX #7E8B75 Spanish Green

📋 copy color: '#7E8B75'

red 126 ◦ green 139 ◦ blue 117

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

Shades of Spanish Green #7E8B75

Tints of Spanish Green #7E8B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

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

R = 32.98%
G = 36.39%
B = 30.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#7E8B75 (or 0x7E8B75) is known color: Spanish Green. HEX triplet: 7E, 8B and 75. RGB value is (126,139,117). Sum of RGB (Red+Green+Blue) = 126+139+117=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8B75 is #81748A. Grayscale: #848484. Windows color (decimal): -8483979 or 7703422. OLE color: 7703422.

HSL color Cylindrical-coordinate representation of color #7E8B75: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8B75 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 139 117 -
CMYK 0.09 0 0.16 0.45
HSL 95.45º 0.09% 0.5% -
HSV(B) 95.45º 0.16% 0.55% -
XYZ 21.05 24.19 20.39 -
YUV 132.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 126 139 117 0.09 0 0.16 0.45 95.45 0.09 0.5
Hex 7E 8B 75 9 0 10 2D 5F 9 32
Octal 176 213 165 11 0 20 55 137 11 62
Binary 1111110 10001011 1110101 1001 0 10000 101101 1011111 1001 110010

Color Harmonies of #7E8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8B75

Black with #7E8B75

Text Example


Text Example

White with #7E8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,139,117); }

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

background-color css

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

 a { background-color: rgb(126,139,117); }

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

border-color css

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

 span { border-color: rgb(126,139,117); }

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