#788775

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

Shades of Spanish Green #788775

Tints of Spanish Green #788775

Color information

#788775 (or 0x788775) is unknown color: approx Spanish Green. HEX triplet: 78, 87 and 75. RGB value is (120,135,117). Sum of RGB (Red+Green+Blue) = 120+135+117=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #788775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788775 is #87788A. Grayscale: #808080. Windows color (decimal): -8878219 or 7702392. OLE color: 7702392.

HSL color Cylindrical-coordinate representation of color #788775: hue angle of 110º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788775 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB120135117-
CMYK0.1100.130.47
HSL110º7.14%49.41%-
HSV(B)110º13.33%52.94%-
XYZ19.6222.6120.16-
YUV128.46121.53121.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=32.26%
G=36.29%
B=31.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351170.1100.130.471107.1449.41
Hex788775B0D2F6e731
Octal1702071651301557156761
Binary11110001000011111101011011011011011111101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788775; }

 p { color: rgb(120,135,117); }

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

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

 a { background-color: rgb(120,135,117); }

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

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

 span { border-color: rgb(120,135,117); }

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