#696D77

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

Shades of Raven #696D77

Tints of Raven #696D77

Color information

#696D77 (or 0x696D77) is unknown color: approx Raven. HEX triplet: 69, 6D and 77. RGB value is (105,109,119). Sum of RGB (Red+Green+Blue) = 105+109+119=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 109 (42.97% from 255 or 32.73% 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 #696D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D77 is #969288. Grayscale: #6C6C6C. Windows color (decimal): -9867913 or 7826793. OLE color: 7826793.

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

Color convert

RGB105109119-
CMYK0.120.0800.53
HSL222.86º6.25%43.92%-
HSV(B)222.86º11.76%46.67%-
XYZ14.6215.2719.63-
YUV108.94133.67125.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=31.53%
G=32.73%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051091190.120.0800.53222.866.2543.92
Hex696D77C8035df62c
Octal1511551671410065337654
Binary11010011101101111011111001000011010111011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #696D77;
 }
 .AnyTagClassName
 {
   color: #696D77;
 }
</style>
background-color css

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

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

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

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

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

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