#768885

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

Shades of Gumbo #768885

Tints of Gumbo #768885

Color information

#768885 (or 0x768885) is unknown color: approx Gumbo. HEX triplet: 76, 88 and 85. RGB value is (118,136,133). Sum of RGB (Red+Green+Blue) = 118+136+133=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #768885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768885 is #89777A. Grayscale: #828282. Windows color (decimal): -9009019 or 8751222. OLE color: 8751222.

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

Color convert

RGB118136133-
CMYK0.1300.020.47
HSL170º7.09%49.8%-
HSV(B)170º13.24%53.33%-
XYZ20.5123.1525.58-
YUV130.28129.54119.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=30.49%
G=35.14%
B=34.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361330.1300.020.471707.0949.8
Hex768885D022Faa732
Octal166210205150257252762
Binary11101101000100010000101110101010111110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768885; }

 p { color: rgb(118,136,133); }

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

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

 a { background-color: rgb(118,136,133); }

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

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

 span { border-color: rgb(118,136,133); }

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