Html Css Color HEX #686F76 Mid Grey

📋 copy color: '#686F76'

red 104 ◦ green 111 ◦ blue 118

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

Shades of Mid Grey #686F76

Tints of Mid Grey #686F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 31.23%
G = 33.33%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686F76 (or 0x686F76) is known color: Mid Grey. HEX triplet: 68, 6F and 76. RGB value is (104,111,118). Sum of RGB (Red+Green+Blue) = 104+111+118=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #686F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F76 is #979089. Grayscale: #6D6D6D. Windows color (decimal): -9932938 or 7761768. OLE color: 7761768.

HSL color Cylindrical-coordinate representation of color #686F76: hue angle of 210º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686F76 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 111 118 -
CMYK 0.12 0.06 0 0.54
HSL 210º 0.06% 0.44% -
HSV(B) 210º 0.12% 0.46% -
XYZ 14.66 15.62 19.38 -
YUV 109.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 104 111 118 0.12 0.06 0 0.54 210 0.06 0.44
Hex 68 6F 76 C 6 0 36 D2 6 2C
Octal 150 157 166 14 6 0 66 322 6 54
Binary 1101000 1101111 1110110 1100 110 0 110110 11010010 110 101100

Color Harmonies of #686F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F76

Black with #686F76

Text Example


Text Example

White with #686F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F76; }

 p { color: rgb(104,111,118); }

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

background-color css

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

 a { background-color: rgb(104,111,118); }

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

border-color css

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

 span { border-color: rgb(104,111,118); }

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