Html Css Color HEX #768D87 Gumbo

📋 copy color: '#768D87'

red 118 ◦ green 141 ◦ blue 135

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

Shades of Gumbo #768D87

Tints of Gumbo #768D87

RGB

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

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

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

R = 29.95%
G = 35.79%
B = 34.26%

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

#768D87 (or 0x768D87) is known color: Gumbo. HEX triplet: 76, 8D and 87. RGB value is (118,141,135). Sum of RGB (Red+Green+Blue) = 118+141+135=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #768D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D87 is #897278. Grayscale: #858585. Windows color (decimal): -9007737 or 8883574. OLE color: 8883574.

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

Color convert

RGB 118 141 135 -
CMYK 0.16 0 0.04 0.45
HSL 164.35º 0.09% 0.51% -
HSV(B) 164.35º 0.16% 0.55% -
XYZ 21.37 24.65 26.55 -
YUV 133.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 118 141 135 0.16 0 0.04 0.45 164.35 0.09 0.51
Hex 76 8D 87 10 0 4 2D A4 9 33
Octal 166 215 207 20 0 4 55 244 11 63
Binary 1110110 10001101 10000111 10000 0 100 101101 10100100 1001 110011

Color Harmonies of #768D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D87

Black with #768D87

Text Example


Text Example

White with #768D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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