#788575

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

Shades of Spanish Green #788575

Tints of Spanish Green #788575

Color information

#788575 (or 0x788575) is unknown color: approx Spanish Green. HEX triplet: 78, 85 and 75. RGB value is (120,133,117). Sum of RGB (Red+Green+Blue) = 120+133+117=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #788575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788575 is #877A8A. Grayscale: #7F7F7F. Windows color (decimal): -8878731 or 7701880. OLE color: 7701880.

HSL color Cylindrical-coordinate representation of color #788575: hue angle of 108.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788575 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB120133117-
CMYK0.1000.120.48
HSL108.75º6.4%49.02%-
HSV(B)108.75º12.03%52.16%-
XYZ19.3422.0520.07-
YUV127.29122.19122.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=32.43%
G=35.95%
B=31.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331170.1000.120.48108.756.449.02
Hex788575A0C306d631
Octal1702051651201460155661
Binary11110001000010111101011010011001100001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788575; }

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

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

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

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

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

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

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

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