#768B87

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

Shades of Gumbo #768B87

Tints of Gumbo #768B87

Color information

#768B87 (or 0x768B87) is unknown color: approx Gumbo. HEX triplet: 76, 8B and 87. RGB value is (118,139,135). Sum of RGB (Red+Green+Blue) = 118+139+135=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #768B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B87 is #897478. Grayscale: #848484. Windows color (decimal): -9008249 or 8883062. OLE color: 8883062.

HSL color Cylindrical-coordinate representation of color #768B87: hue angle of 168.57º 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 #768B87 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB118139135-
CMYK0.1500.030.45
HSL168.57º8.3%50.39%-
HSV(B)168.57º15.11%54.51%-
XYZ21.0824.0726.46-
YUV132.26129.54117.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=30.10%
G=35.46%
B=34.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181391350.1500.030.45168.578.350.39
Hex768B87F032Da9832
Octal1662132071703552511062
Binary111011010001011100001111111011101101101010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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