Html Css Color HEX #768C86 Gumbo

📋 copy color: '#768C86'

red 118 ◦ green 140 ◦ blue 134

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

Shades of Gumbo #768C86

Tints of Gumbo #768C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 30.1%
G = 35.71%
B = 34.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#768C86 (or 0x768C86) is known color: Gumbo. HEX triplet: 76, 8C and 86. RGB value is (118,140,134). Sum of RGB (Red+Green+Blue) = 118+140+134=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #768C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C86 is #897379. Grayscale: #848484. Windows color (decimal): -9007994 or 8817782. OLE color: 8817782.

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

Color convert

RGB 118 140 134 -
CMYK 0.16 0 0.04 0.45
HSL 163.64º 0.09% 0.51% -
HSV(B) 163.64º 0.16% 0.55% -
XYZ 21.15 24.33 26.14 -
YUV 132.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 118 140 134 0.16 0 0.04 0.45 163.64 0.09 0.51
Hex 76 8C 86 10 0 4 2D A4 9 33
Octal 166 214 206 20 0 4 55 244 11 63
Binary 1110110 10001100 10000110 10000 0 100 101101 10100100 1001 110011

Color Harmonies of #768C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C86

Black with #768C86

Text Example


Text Example

White with #768C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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