#697177

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

Shades of Mid Grey #697177

Tints of Mid Grey #697177

Color information

#697177 (or 0x697177) is unknown color: approx Mid Grey. HEX triplet: 69, 71 and 77. RGB value is (105,113,119). Sum of RGB (Red+Green+Blue) = 105+113+119=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #697177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697177 is #968E88. Grayscale: #6F6F6F. Windows color (decimal): -9866889 or 7827817. OLE color: 7827817.

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

Color convert

RGB105113119-
CMYK0.120.0500.53
HSL205.71º6.25%43.92%-
HSV(B)205.71º11.76%46.67%-
XYZ15.0616.1519.78-
YUV111.29132.35123.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=31.16%
G=33.53%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051131190.120.0500.53205.716.2543.92
Hex697177C5035ce62c
Octal151161167145065316654
Binary1101001111000111101111100101011010111001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697177; }

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

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

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

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

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

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

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

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