Html Css Color HEX #768984 Gumbo

📋 copy color: '#768984'

red 118 ◦ green 137 ◦ blue 132

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

Shades of Gumbo #768984

Tints of Gumbo #768984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 30.49%
G = 35.4%
B = 34.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#768984 (or 0x768984) is known color: Gumbo. HEX triplet: 76, 89 and 84. RGB value is (118,137,132). Sum of RGB (Red+Green+Blue) = 118+137+132=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #768984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768984 is #89767B. Grayscale: #828282. Windows color (decimal): -9008764 or 8685942. OLE color: 8685942.

HSL color Cylindrical-coordinate representation of color #768984: hue angle of 164.21º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768984 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 132 -
CMYK 0.14 0 0.04 0.46
HSL 164.21º 0.07% 0.5% -
HSV(B) 164.21º 0.14% 0.54% -
XYZ 20.58 23.41 25.26 -
YUV 130.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 118 137 132 0.14 0 0.04 0.46 164.21 0.07 0.5
Hex 76 89 84 E 0 4 2E A4 7 32
Octal 166 211 204 16 0 4 56 244 7 62
Binary 1110110 10001001 10000100 1110 0 100 101110 10100100 111 110010

Color Harmonies of #768984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768984

Black with #768984

Text Example


Text Example

White with #768984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768984; }

 p { color: rgb(118,137,132); }

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

background-color css

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

 a { background-color: rgb(118,137,132); }

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

border-color css

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

 span { border-color: rgb(118,137,132); }

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