#788985

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

Shades of Gumbo #788985

Tints of Gumbo #788985

Color information

#788985 (or 0x788985) is unknown color: approx Gumbo. HEX triplet: 78, 89 and 85. RGB value is (120,137,133). Sum of RGB (Red+Green+Blue) = 120+137+133=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #788985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788985 is #87767A. Grayscale: #838383. Windows color (decimal): -8877691 or 8751480. OLE color: 8751480.

HSL color Cylindrical-coordinate representation of color #788985: hue angle of 165.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788985 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB120137133-
CMYK0.1200.030.46
HSL165.88º6.72%50.39%-
HSV(B)165.88º12.41%53.73%-
XYZ20.9323.5825.64-
YUV131.46128.87119.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=30.77%
G=35.13%
B=34.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371330.1200.030.46165.886.7250.39
Hex788985C032Ea6732
Octal170211205140356246762
Binary11110001000100110000101110001110111010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788985; }

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

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

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

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

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

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

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

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