#697077

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

Shades of Raven #697077

Tints of Raven #697077

Color information

#697077 (or 0x697077) is unknown color: approx Raven. HEX triplet: 69, 70 and 77. RGB value is (105,112,119). Sum of RGB (Red+Green+Blue) = 105+112+119=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #697077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697077 is #968F88. Grayscale: #6E6E6E. Windows color (decimal): -9867145 or 7827561. OLE color: 7827561.

HSL color Cylindrical-coordinate representation of color #697077: hue angle of 210º 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 #697077 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105112119-
CMYK0.120.0600.53
HSL210º6.25%43.92%-
HSV(B)210º11.76%46.67%-
XYZ14.9515.9219.74-
YUV110.7132.68123.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=31.25%
G=33.33%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051121190.120.0600.532106.2543.92
Hex697077C6035d262c
Octal151160167146065322654
Binary1101001111000011101111100110011010111010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697077; }

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

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

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

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

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

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

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

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