#788773

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

Shades of Spanish Green #788773

Tints of Spanish Green #788773

Color information

#788773 (or 0x788773) is unknown color: approx Spanish Green. HEX triplet: 78, 87 and 73. RGB value is (120,135,115). Sum of RGB (Red+Green+Blue) = 120+135+115=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #788773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788773 is #87788C. Grayscale: #808080. Windows color (decimal): -8878221 or 7571320. OLE color: 7571320.

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

Color convert

RGB120135115-
CMYK0.1100.150.47
HSL105º8%49.02%-
HSV(B)105º14.81%52.94%-
XYZ19.522.5619.55-
YUV128.23120.53122.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=32.43%
G=36.49%
B=31.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351150.1100.150.47105849.02
Hex788773B0F2F69831
Octal17020716313017571511061
Binary111100010000111111001110110111110111111010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788773; }

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

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

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

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

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

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

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

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