#697076

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

Shades of Mid Grey #697076

Tints of Mid Grey #697076

Color information

#697076 (or 0x697076) is unknown color: approx 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

RGB105112118-
CMYK0.110.0500.54
HSL207.69º5.83%43.73%-
HSV(B)207.69º11.02%46.27%-
XYZ14.8915.919.42-
YUV110.59132.18124.01-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051121180.110.0500.54207.695.8343.73
Hex697076B5036d062c
Octal151160166135066320654
Binary1101001111000011101101011101011011011010000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>