Html Css Color HEX #688785 Gumbo

📋 copy color: '#688785'

red 104 ◦ green 135 ◦ blue 133

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

Shades of Gumbo #688785

Tints of Gumbo #688785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 27.96%
G = 36.29%
B = 35.75%

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

#688785 (or 0x688785) is known color: Gumbo. HEX triplet: 68, 87 and 85. RGB value is (104,135,133). Sum of RGB (Red+Green+Blue) = 104+135+133=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #688785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688785 is #97787A. Grayscale: #7D7D7D. Windows color (decimal): -9926779 or 8750952. OLE color: 8750952.

HSL color Cylindrical-coordinate representation of color #688785: hue angle of 176.13º 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 #688785 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 133 -
CMYK 0.23 0 0.01 0.47
HSL 176.13º 0.13% 0.47% -
HSV(B) 176.13º 0.23% 0.53% -
XYZ 18.61 21.96 25.45 -
YUV 125.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 104 135 133 0.23 0 0.01 0.47 176.13 0.13 0.47
Hex 68 87 85 17 0 1 2F B0 D 2F
Octal 150 207 205 27 0 1 57 260 15 57
Binary 1101000 10000111 10000101 10111 0 1 101111 10110000 1101 101111

Color Harmonies of #688785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688785

Black with #688785

Text Example


Text Example

White with #688785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688785; }

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

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

background-color css

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

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

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

border-color css

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

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

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