#768B88

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

Shades of Gumbo #768B88

Tints of Gumbo #768B88

Color information

#768B88 (or 0x768B88) is unknown color: approx Gumbo. HEX triplet: 76, 8B and 88. RGB value is (118,139,136). Sum of RGB (Red+Green+Blue) = 118+139+136=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 139 - color contains mainly: green. Hex color #768B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B88 is #897477. Grayscale: #848484. Windows color (decimal): -9008248 or 8948598. OLE color: 8948598.

HSL color Cylindrical-coordinate representation of color #768B88: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768B88 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB118139136-
CMYK0.1500.020.45
HSL171.43º8.3%50.39%-
HSV(B)171.43º15.11%54.51%-
XYZ21.1524.0926.83-
YUV132.38130.04117.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=30.03%
G=35.37%
B=34.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181391360.1500.020.45171.438.350.39
Hex768B88F022Dab832
Octal1662132101702552531062
Binary111011010001011100010001111010101101101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B88; }

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

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

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

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

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

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

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

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