Html Css Color HEX #686D77 Raven

📋 copy color: '#686D77'

red 104 ◦ green 109 ◦ blue 119

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

Shades of Raven #686D77

Tints of Raven #686D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 31.33%
G = 32.83%
B = 35.84%

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

#686D77 (or 0x686D77) is known color: Raven. HEX triplet: 68, 6D and 77. RGB value is (104,109,119). Sum of RGB (Red+Green+Blue) = 104+109+119=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #686D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D77 is #979288. Grayscale: #6C6C6C. Windows color (decimal): -9933449 or 7826792. OLE color: 7826792.

HSL color Cylindrical-coordinate representation of color #686D77: hue angle of 220º 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 #686D77 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 109 119 -
CMYK 0.13 0.08 0 0.53
HSL 220º 0.07% 0.44% -
HSV(B) 220º 0.13% 0.47% -
XYZ 14.51 15.21 19.62 -
YUV 108.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 104 109 119 0.13 0.08 0 0.53 220 0.07 0.44
Hex 68 6D 77 D 8 0 35 DC 7 2C
Octal 150 155 167 15 10 0 65 334 7 54
Binary 1101000 1101101 1110111 1101 1000 0 110101 11011100 111 101100

Color Harmonies of #686D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D77

Black with #686D77

Text Example


Text Example

White with #686D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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