Html Css Color HEX #686E76 Raven

📋 copy color: '#686E76'

red 104 ◦ green 110 ◦ blue 118

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

Shades of Raven #686E76

Tints of Raven #686E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

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

R = 31.33%
G = 33.13%
B = 35.54%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686E76 (or 0x686E76) is known color: Raven. HEX triplet: 68, 6E and 76. RGB value is (104,110,118). Sum of RGB (Red+Green+Blue) = 104+110+118=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #686E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E76 is #979189. Grayscale: #6D6D6D. Windows color (decimal): -9933194 or 7761512. OLE color: 7761512.

HSL color Cylindrical-coordinate representation of color #686E76: hue angle of 214.29º 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 #686E76 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 110 118 -
CMYK 0.12 0.07 0 0.54
HSL 214.29º 0.06% 0.44% -
HSV(B) 214.29º 0.12% 0.46% -
XYZ 14.55 15.4 19.35 -
YUV 109.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 104 110 118 0.12 0.07 0 0.54 214.29 0.06 0.44
Hex 68 6E 76 C 7 0 36 D6 6 2C
Octal 150 156 166 14 7 0 66 326 6 54
Binary 1101000 1101110 1110110 1100 111 0 110110 11010110 110 101100

Color Harmonies of #686E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E76

Black with #686E76

Text Example


Text Example

White with #686E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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