Html Css Color HEX #7D8877 Spanish Green

📋 copy color: '#7D8877'

red 125 ◦ green 136 ◦ blue 119

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

Shades of Spanish Green #7D8877

Tints of Spanish Green #7D8877

RGB

 RED value IS 125 (49.22% from 255) = 32.89%

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 32.89%
G = 35.79%
B = 31.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#7D8877 (or 0x7D8877) is known color: Spanish Green. HEX triplet: 7D, 88 and 77. RGB value is (125,136,119). Sum of RGB (Red+Green+Blue) = 125+136+119=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8877 is #827788. Grayscale: #828282. Windows color (decimal): -8550281 or 7833725. OLE color: 7833725.

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

Color convert

RGB 125 136 119 -
CMYK 0.08 0 0.12 0.47
HSL 98.82º 0.07% 0.5% -
HSV(B) 98.82º 0.13% 0.53% -
XYZ 20.59 23.3 20.86 -
YUV 130.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 125 136 119 0.08 0 0.12 0.47 98.82 0.07 0.5
Hex 7D 88 77 8 0 C 2F 63 7 32
Octal 175 210 167 10 0 14 57 143 7 62
Binary 1111101 10001000 1110111 1000 0 1100 101111 1100011 111 110010

Color Harmonies of #7D8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8877

Black with #7D8877

Text Example


Text Example

White with #7D8877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,119); }

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

background-color css

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

 a { background-color: rgb(125,136,119); }

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

border-color css

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

 span { border-color: rgb(125,136,119); }

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