Html Css Color HEX #688887 Gumbo

📋 copy color: '#688887'

red 104 ◦ green 136 ◦ blue 135

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

Shades of Gumbo #688887

Tints of Gumbo #688887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36%

R = 27.73%
G = 36.27%
B = 36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#688887 (or 0x688887) is known color: Gumbo. HEX triplet: 68, 88 and 87. RGB value is (104,136,135). Sum of RGB (Red+Green+Blue) = 104+136+135=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #688887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688887 is #977778. Grayscale: #7E7E7E. Windows color (decimal): -9926521 or 8882280. OLE color: 8882280.

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

Color convert

RGB 104 136 135 -
CMYK 0.24 0 0.01 0.47
HSL 178.13º 0.13% 0.47% -
HSV(B) 178.13º 0.24% 0.53% -
XYZ 18.89 22.3 26.23 -
YUV 126.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 104 136 135 0.24 0 0.01 0.47 178.13 0.13 0.47
Hex 68 88 87 18 0 1 2F B2 D 2F
Octal 150 210 207 30 0 1 57 262 15 57
Binary 1101000 10001000 10000111 11000 0 1 101111 10110010 1101 101111

Color Harmonies of #688887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688887

Black with #688887

Text Example


Text Example

White with #688887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688887; }

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

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

background-color css

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

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

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

border-color css

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

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

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