#787D76

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

Shades of Spanish Green #787D76

Tints of Spanish Green #787D76

Color information

#787D76 (or 0x787D76) is unknown color: approx Spanish Green. HEX triplet: 78, 7D and 76. RGB value is (120,125,118). Sum of RGB (Red+Green+Blue) = 120+125+118=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 125 - color contains mainly: green. Hex color #787D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787D76 is #878289. Grayscale: #7A7A7A. Windows color (decimal): -8880778 or 7765368. OLE color: 7765368.

HSL color Cylindrical-coordinate representation of color #787D76: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787D76 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB120125118-
CMYK0.0400.060.51
HSL102.86º2.88%47.65%-
HSV(B)102.86º5.6%49.02%-
XYZ18.3519.9720.03-
YUV122.71125.34126.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=33.06%
G=34.44%
B=32.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201251180.0400.060.51102.862.8847.65
Hex787D764063367330
Octal17017516640663147360
Binary1111000111110111101101000110110011110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787D76; }

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

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

<style>
 a { background-color: #787D76; }

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

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

<style>
 span { border-color: #787D76; }

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

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