#768884

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

Shades of Gumbo #768884

Tints of Gumbo #768884

Color information

#768884 (or 0x768884) is unknown color: approx Gumbo. HEX triplet: 76, 88 and 84. RGB value is (118,136,132). Sum of RGB (Red+Green+Blue) = 118+136+132=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #768884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768884 is #89777B. Grayscale: #828282. Windows color (decimal): -9009020 or 8685686. OLE color: 8685686.

HSL color Cylindrical-coordinate representation of color #768884: hue angle of 166.67º 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 #768884 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB118136132-
CMYK0.1300.030.47
HSL166.67º7.09%49.8%-
HSV(B)166.67º13.24%53.33%-
XYZ20.4423.1325.22-
YUV130.16129.04119.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=30.57%
G=35.23%
B=34.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361320.1300.030.47166.677.0949.8
Hex768884D032Fa7732
Octal166210204150357247762
Binary11101101000100010000100110101110111110100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768884; }

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

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

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

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

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

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

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

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