Html Css Color HEX #686E77 Raven

📋 copy color: '#686E77'

red 104 ◦ green 110 ◦ blue 119

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

Shades of Raven #686E77

Tints of Raven #686E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 31.23%
G = 33.03%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686E77 (or 0x686E77) is known color: Raven. HEX triplet: 68, 6E and 77. RGB value is (104,110,119). Sum of RGB (Red+Green+Blue) = 104+110+119=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #686E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E77 is #979188. Grayscale: #6D6D6D. Windows color (decimal): -9933193 or 7827048. OLE color: 7827048.

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

Color convert

RGB 104 110 119 -
CMYK 0.13 0.08 0 0.53
HSL 216º 0.07% 0.44% -
HSV(B) 216º 0.13% 0.47% -
XYZ 14.61 15.43 19.66 -
YUV 109.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 104 110 119 0.13 0.08 0 0.53 216 0.07 0.44
Hex 68 6E 77 D 8 0 35 D8 7 2C
Octal 150 156 167 15 10 0 65 330 7 54
Binary 1101000 1101110 1110111 1101 1000 0 110101 11011000 111 101100

Color Harmonies of #686E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E77

Black with #686E77

Text Example


Text Example

White with #686E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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