#768C89

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

Shades of Gumbo #768C89

Tints of Gumbo #768C89

Color information

#768C89 (or 0x768C89) is unknown color: approx Gumbo. HEX triplet: 76, 8C and 89. RGB value is (118,140,137). Sum of RGB (Red+Green+Blue) = 118+140+137=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #768C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C89 is #897376. Grayscale: #858585. Windows color (decimal): -9007991 or 9014390. OLE color: 9014390.

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

Color convert

RGB118140137-
CMYK0.1600.020.45
HSL171.82º8.73%50.59%-
HSV(B)171.82º15.71%54.9%-
XYZ21.3624.4127.25-
YUV133.08130.21117.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=29.87%
G=35.44%
B=34.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181401370.1600.020.45171.828.7350.59
Hex768C8910022Dac933
Octal1662142112002552541163
Binary1110110100011001000100110000010101101101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,140,137); }

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

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

 a { background-color: rgb(118,140,137); }

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

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

 span { border-color: rgb(118,140,137); }

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