Html Css Color HEX #688882 Gumbo

📋 copy color: '#688882'

red 104 ◦ green 136 ◦ blue 130

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

Shades of Gumbo #688882

Tints of Gumbo #688882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 28.11%
G = 36.76%
B = 35.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#688882 (or 0x688882) is known color: Gumbo. HEX triplet: 68, 88 and 82. RGB value is (104,136,130). Sum of RGB (Red+Green+Blue) = 104+136+130=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #688882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688882 is #97777D. Grayscale: #7D7D7D. Windows color (decimal): -9926526 or 8554600. OLE color: 8554600.

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

Color convert

RGB 104 136 130 -
CMYK 0.24 0 0.04 0.47
HSL 168.75º 0.13% 0.47% -
HSV(B) 168.75º 0.24% 0.53% -
XYZ 18.54 22.16 24.42 -
YUV 125.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 104 136 130 0.24 0 0.04 0.47 168.75 0.13 0.47
Hex 68 88 82 18 0 4 2F A9 D 2F
Octal 150 210 202 30 0 4 57 251 15 57
Binary 1101000 10001000 10000010 11000 0 100 101111 10101001 1101 101111

Color Harmonies of #688882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688882

Black with #688882

Text Example


Text Example

White with #688882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688882; }

 p { color: rgb(104,136,130); }

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

background-color css

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

 a { background-color: rgb(104,136,130); }

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

border-color css

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

 span { border-color: rgb(104,136,130); }

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