Html Css Color HEX #688786 Gumbo

📋 copy color: '#688786'

red 104 ◦ green 135 ◦ blue 134

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

Shades of Gumbo #688786

Tints of Gumbo #688786

RGB

 RED value IS 104 (41.02% from 255) = 27.88%

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 27.88%
G = 36.19%
B = 35.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#688786 (or 0x688786) is known color: Gumbo. HEX triplet: 68, 87 and 86. RGB value is (104,135,134). Sum of RGB (Red+Green+Blue) = 104+135+134=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #688786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688786 is #977879. Grayscale: #7D7D7D. Windows color (decimal): -9926778 or 8816488. OLE color: 8816488.

HSL color Cylindrical-coordinate representation of color #688786: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #688786 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 134 -
CMYK 0.23 0 0.01 0.47
HSL 178.06º 0.13% 0.47% -
HSV(B) 178.06º 0.23% 0.53% -
XYZ 18.68 21.99 25.81 -
YUV 125.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 104 135 134 0.23 0 0.01 0.47 178.06 0.13 0.47
Hex 68 87 86 17 0 1 2F B2 D 2F
Octal 150 207 206 27 0 1 57 262 15 57
Binary 1101000 10000111 10000110 10111 0 1 101111 10110010 1101 101111

Color Harmonies of #688786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688786

Black with #688786

Text Example


Text Example

White with #688786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688786; }

 p { color: rgb(104,135,134); }

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

background-color css

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

 a { background-color: rgb(104,135,134); }

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

border-color css

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

 span { border-color: rgb(104,135,134); }

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