#686D77

Color #686D77 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #686D77

Tints of Raven #686D77

Color information

#686D77 (or 0x686D77) is unknown color: approx 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

RGB104109119-
CMYK0.130.0800.53
HSL220º6.73%43.73%-
HSV(B)220º12.61%46.67%-
XYZ14.5115.2119.62-
YUV108.64133.84124.69-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041091190.130.0800.532206.7343.73
Hex686D77D8035dc72c
Octal1501551671510065334754
Binary11010001101101111011111011000011010111011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>