Html Css Color HEX #768D89 Gumbo

📋 copy color: '#768D89'

red 118 ◦ green 141 ◦ blue 137

#768D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #768D89

Tints of Gumbo #768D89

RGB

 RED value IS 118 (46.48% from 255) = 29.8%

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 29.8%
G = 35.61%
B = 34.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#768D89 (or 0x768D89) is known color: Gumbo. HEX triplet: 76, 8D and 89. RGB value is (118,141,137). Sum of RGB (Red+Green+Blue) = 118+141+137=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #768D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D89 is #897276. Grayscale: #858585. Windows color (decimal): -9007735 or 9014646. OLE color: 9014646.

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

Color convert

RGB 118 141 137 -
CMYK 0.16 0 0.03 0.45
HSL 169.57º 0.09% 0.51% -
HSV(B) 169.57º 0.16% 0.55% -
XYZ 21.51 24.71 27.3 -
YUV 133.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 118 141 137 0.16 0 0.03 0.45 169.57 0.09 0.51
Hex 76 8D 89 10 0 3 2D AA 9 33
Octal 166 215 211 20 0 3 55 252 11 63
Binary 1110110 10001101 10001001 10000 0 11 101101 10101010 1001 110011

Color Harmonies of #768D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D89

Black with #768D89

Text Example


Text Example

White with #768D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #768D89;
 }
 .AnyTagClassName
 {
   color: #768D89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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