#7D8878

Color #7D8878 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #7D8878

Tints of Spanish Green #7D8878

Color information

#7D8878 (or 0x7D8878) is unknown color: approx Spanish Green. HEX triplet: 7D, 88 and 78. RGB value is (125,136,120). Sum of RGB (Red+Green+Blue) = 125+136+120=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8878 is #827787. Grayscale: #828282. Windows color (decimal): -8550280 or 7899261. OLE color: 7899261.

HSL color Cylindrical-coordinate representation of color #7D8878: hue angle of 101.25º degrees, saturation: 0.06, 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 #7D8878 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB125136120-
CMYK0.0800.120.47
HSL101.25º6.3%50.2%-
HSV(B)101.25º11.76%53.33%-
XYZ20.6523.3221.18-
YUV130.89121.86123.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=32.81%
G=35.70%
B=31.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251361200.0800.120.47101.256.350.2
Hex7D887880C2F65632
Octal1752101701001457145662
Binary11111011000100011110001000011001011111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D8878;
 }
 .AnyTagClassName
 {
   color: #7D8878;
 }
</style>
background-color css

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

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

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

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

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

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