Html Css Color HEX #768B88 Gumbo

📋 copy color: '#768B88'

red 118 ◦ green 139 ◦ blue 136

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

Shades of Gumbo #768B88

Tints of Gumbo #768B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 30.03%
G = 35.37%
B = 34.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#768B88 (or 0x768B88) is known color: Gumbo. HEX triplet: 76, 8B and 88. RGB value is (118,139,136). Sum of RGB (Red+Green+Blue) = 118+139+136=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 139 - color contains mainly: green. Hex color #768B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B88 is #897477. Grayscale: #848484. Windows color (decimal): -9008248 or 8948598. OLE color: 8948598.

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

Color convert

RGB 118 139 136 -
CMYK 0.15 0 0.02 0.45
HSL 171.43º 0.08% 0.5% -
HSV(B) 171.43º 0.15% 0.55% -
XYZ 21.15 24.09 26.83 -
YUV 132.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 118 139 136 0.15 0 0.02 0.45 171.43 0.08 0.5
Hex 76 8B 88 F 0 2 2D AB 8 32
Octal 166 213 210 17 0 2 55 253 10 62
Binary 1110110 10001011 10001000 1111 0 10 101101 10101011 1000 110010

Color Harmonies of #768B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B88

Black with #768B88

Text Example


Text Example

White with #768B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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