Html Css Color HEX #768B87 Gumbo

📋 copy color: '#768B87'

red 118 ◦ green 139 ◦ blue 135

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

Shades of Gumbo #768B87

Tints of Gumbo #768B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 30.1%
G = 35.46%
B = 34.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#768B87 (or 0x768B87) is known color: Gumbo. HEX triplet: 76, 8B and 87. RGB value is (118,139,135). Sum of RGB (Red+Green+Blue) = 118+139+135=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #768B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B87 is #897478. Grayscale: #848484. Windows color (decimal): -9008249 or 8883062. OLE color: 8883062.

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

Color convert

RGB 118 139 135 -
CMYK 0.15 0 0.03 0.45
HSL 168.57º 0.08% 0.5% -
HSV(B) 168.57º 0.15% 0.55% -
XYZ 21.08 24.07 26.46 -
YUV 132.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 118 139 135 0.15 0 0.03 0.45 168.57 0.08 0.5
Hex 76 8B 87 F 0 3 2D A9 8 32
Octal 166 213 207 17 0 3 55 251 10 62
Binary 1110110 10001011 10000111 1111 0 11 101101 10101001 1000 110010

Color Harmonies of #768B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B87

Black with #768B87

Text Example


Text Example

White with #768B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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