Html Css Color HEX #697176 Mid Grey

📋 copy color: '#697176'

red 105 ◦ green 113 ◦ blue 118

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

Shades of Mid Grey #697176

Tints of Mid Grey #697176

RGB

 RED value IS 105 (41.41% from 255) = 31.25%

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 118 (46.48% from 255) = 35.12%

R = 31.25%
G = 33.63%
B = 35.12%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697176 (or 0x697176) is known color: Mid Grey. HEX triplet: 69, 71 and 76. RGB value is (105,113,118). Sum of RGB (Red+Green+Blue) = 105+113+118=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #697176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697176 is #968E89. Grayscale: #6F6F6F. Windows color (decimal): -9866890 or 7762281. OLE color: 7762281.

HSL color Cylindrical-coordinate representation of color #697176: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697176 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 113 118 -
CMYK 0.11 0.04 0 0.54
HSL 203.08º 0.06% 0.44% -
HSV(B) 203.08º 0.11% 0.46% -
XYZ 15 16.12 19.46 -
YUV 111.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 105 113 118 0.11 0.04 0 0.54 203.08 0.06 0.44
Hex 69 71 76 B 4 0 36 CB 6 2C
Octal 151 161 166 13 4 0 66 313 6 54
Binary 1101001 1110001 1110110 1011 100 0 110110 11001011 110 101100

Color Harmonies of #697176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697176

Black with #697176

Text Example


Text Example

White with #697176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697176; }

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

 H1.HeaderClassName
 {
   color: #697176;
 }
 .AnyTagClassName
 {
   color: #697176;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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