Html Css Color HEX #697076 Mid Grey

📋 copy color: '#697076'

red 105 ◦ green 112 ◦ blue 118

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

Shades of Mid Grey #697076

Tints of Mid Grey #697076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 31.34%
G = 33.43%
B = 35.22%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697076 (or 0x697076) is known color: Mid Grey. HEX triplet: 69, 70 and 76. RGB value is (105,112,118). Sum of RGB (Red+Green+Blue) = 105+112+118=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #697076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697076 is #968F89. Grayscale: #6E6E6E. Windows color (decimal): -9867146 or 7762025. OLE color: 7762025.

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

Color convert

RGB 105 112 118 -
CMYK 0.11 0.05 0 0.54
HSL 207.69º 0.06% 0.44% -
HSV(B) 207.69º 0.11% 0.46% -
XYZ 14.89 15.9 19.42 -
YUV 110.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 105 112 118 0.11 0.05 0 0.54 207.69 0.06 0.44
Hex 69 70 76 B 5 0 36 D0 6 2C
Octal 151 160 166 13 5 0 66 320 6 54
Binary 1101001 1110000 1110110 1011 101 0 110110 11010000 110 101100

Color Harmonies of #697076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697076

Black with #697076

Text Example


Text Example

White with #697076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697076; }

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

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

background-color css

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

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

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

border-color css

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

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

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