#7D877A

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

Shades of Spanish Green #7D877A

Tints of Spanish Green #7D877A

Color information

#7D877A (or 0x7D877A) is unknown color: approx Spanish Green. HEX triplet: 7D, 87 and 7A. RGB value is (125,135,122). Sum of RGB (Red+Green+Blue) = 125+135+122=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #7D877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D877A is #827885. Grayscale: #828282. Windows color (decimal): -8550534 or 8030077. OLE color: 8030077.

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

Color convert

RGB125135122-
CMYK0.0700.100.47
HSL106.15º5.14%50.39%-
HSV(B)106.15º9.63%52.94%-
XYZ20.6323.0921.78-
YUV130.53123.19124.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=32.72%
G=35.34%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251351220.0700.100.47106.155.1450.39
Hex7D877A70A2F6a532
Octal175207172701257152562
Binary1111101100001111111010111010101011111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,122); }

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

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

 a { background-color: rgb(125,135,122); }

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

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

 span { border-color: rgb(125,135,122); }

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