Html Css Color HEX #688783 Gumbo

📋 copy color: '#688783'

red 104 ◦ green 135 ◦ blue 131

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

Shades of Gumbo #688783

Tints of Gumbo #688783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 28.11%
G = 36.49%
B = 35.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#688783 (or 0x688783) is known color: Gumbo. HEX triplet: 68, 87 and 83. RGB value is (104,135,131). Sum of RGB (Red+Green+Blue) = 104+135+131=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #688783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688783 is #97787C. Grayscale: #7D7D7D. Windows color (decimal): -9926781 or 8619880. OLE color: 8619880.

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

Color convert

RGB 104 135 131 -
CMYK 0.23 0 0.03 0.47
HSL 172.26º 0.13% 0.47% -
HSV(B) 172.26º 0.23% 0.53% -
XYZ 18.47 21.91 24.73 -
YUV 125.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 104 135 131 0.23 0 0.03 0.47 172.26 0.13 0.47
Hex 68 87 83 17 0 3 2F AC D 2F
Octal 150 207 203 27 0 3 57 254 15 57
Binary 1101000 10000111 10000011 10111 0 11 101111 10101100 1101 101111

Color Harmonies of #688783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688783

Black with #688783

Text Example


Text Example

White with #688783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688783; }

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

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

background-color css

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

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

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

border-color css

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

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

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