#687176

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

Shades of Mid Grey #687176

Tints of Mid Grey #687176

Color information

#687176 (or 0x687176) is unknown color: approx Mid Grey. HEX triplet: 68, 71 and 76. RGB value is (104,113,118). Sum of RGB (Red+Green+Blue) = 104+113+118=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 113 (44.53% from 255 or 33.73% 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 #687176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687176 is #978E89. Grayscale: #6E6E6E. Windows color (decimal): -9932426 or 7762280. OLE color: 7762280.

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

Color convert

RGB104113118-
CMYK0.120.0400.54
HSL201.43º6.31%43.53%-
HSV(B)201.43º11.86%46.27%-
XYZ14.8816.0619.46-
YUV110.88132.02123.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=31.04%
G=33.73%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041131180.120.0400.54201.436.3143.53
Hex687176C4036c962c
Octal150161166144066311654
Binary1101000111000111101101100100011011011001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687176; }

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

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

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

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

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

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

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

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