#7D807B

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

Shades of Spanish Green #7D807B

Tints of Spanish Green #7D807B

Color information

#7D807B (or 0x7D807B) is unknown color: approx Spanish Green. HEX triplet: 7D, 80 and 7B. RGB value is (125,128,123). Sum of RGB (Red+Green+Blue) = 125+128+123=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 128 - color contains mainly: green. Hex color #7D807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D807B is #827F84. Grayscale: #7E7E7E. Windows color (decimal): -8552325 or 8093821. OLE color: 8093821.

HSL color Cylindrical-coordinate representation of color #7D807B: hue angle of 96º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7D807B is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB125128123-
CMYK0.0200.040.50
HSL96º1.99%49.22%-
HSV(B)96º3.91%50.2%-
XYZ19.7521.2321.8-
YUV126.53126.01126.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.24%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=33.24%
G=34.04%
B=32.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1251281230.0200.040.50961.9949.22
Hex7D807B2043260231
Octal17520017320462140261
Binary1111101100000001111011100100110010110000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,128,123); }

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

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

 a { background-color: rgb(125,128,123); }

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

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

 span { border-color: rgb(125,128,123); }

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