Html Css Color HEX #768681 Gumbo

📋 copy color: '#768681'

red 118 ◦ green 134 ◦ blue 129

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

Shades of Gumbo #768681

Tints of Gumbo #768681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 30.97%
G = 35.17%
B = 33.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#768681 (or 0x768681) is known color: Gumbo. HEX triplet: 76, 86 and 81. RGB value is (118,134,129). Sum of RGB (Red+Green+Blue) = 118+134+129=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #768681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768681 is #89797E. Grayscale: #808080. Windows color (decimal): -9009535 or 8488566. OLE color: 8488566.

HSL color Cylindrical-coordinate representation of color #768681: hue angle of 161.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768681 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 129 -
CMYK 0.12 0 0.04 0.47
HSL 161.25º 0.06% 0.49% -
HSV(B) 161.25º 0.12% 0.53% -
XYZ 19.96 22.49 24.06 -
YUV 128.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 118 134 129 0.12 0 0.04 0.47 161.25 0.06 0.49
Hex 76 86 81 C 0 4 2F A1 6 31
Octal 166 206 201 14 0 4 57 241 6 61
Binary 1110110 10000110 10000001 1100 0 100 101111 10100001 110 110001

Color Harmonies of #768681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768681

Black with #768681

Text Example


Text Example

White with #768681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768681; }

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

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

background-color css

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

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

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

border-color css

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

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

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