Html Css Color HEX #768C89 Gumbo

📋 copy color: '#768C89'

red 118 ◦ green 140 ◦ blue 137

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

Shades of Gumbo #768C89

Tints of Gumbo #768C89

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 value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#768C89 (or 0x768C89) is known color: 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

RGB 118 140 137 -
CMYK 0.16 0 0.02 0.45
HSL 171.82º 0.09% 0.51% -
HSV(B) 171.82º 0.16% 0.55% -
XYZ 21.36 24.41 27.25 -
YUV 133.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 118 140 137 0.16 0 0.02 0.45 171.82 0.09 0.51
Hex 76 8C 89 10 0 2 2D AC 9 33
Octal 166 214 211 20 0 2 55 254 11 63
Binary 1110110 10001100 10001001 10000 0 10 101101 10101100 1001 110011

Color Harmonies of #768C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C89

Black with #768C89

Text Example


Text Example

White with #768C89

Text Example


Text Example

HTML Codes & Css Web 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>