Html Css Color HEX #697177 Mid Grey

📋 copy color: '#697177'

red 105 ◦ green 113 ◦ blue 119

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

Shades of Mid Grey #697177

Tints of Mid Grey #697177

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 value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#697177 (or 0x697177) is known color: 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

RGB 105 113 119 -
CMYK 0.12 0.05 0 0.53
HSL 205.71º 0.06% 0.44% -
HSV(B) 205.71º 0.12% 0.47% -
XYZ 15.06 16.15 19.78 -
YUV 111.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 105 113 119 0.12 0.05 0 0.53 205.71 0.06 0.44
Hex 69 71 77 C 5 0 35 CE 6 2C
Octal 151 161 167 14 5 0 65 316 6 54
Binary 1101001 1110001 1110111 1100 101 0 110101 11001110 110 101100

Color Harmonies of #697177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697177

Black with #697177

Text Example


Text Example

White with #697177

Text Example


Text Example

HTML Codes & Css Web 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>