#687076

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

Shades of Mid Grey #687076

Tints of Mid Grey #687076

Color information

#687076 (or 0x687076) is unknown color: approx Mid Grey. HEX triplet: 68, 70 and 76. RGB value is (104,112,118). Sum of RGB (Red+Green+Blue) = 104+112+118=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #687076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687076 is #978F89. Grayscale: #6E6E6E. Windows color (decimal): -9932682 or 7762024. OLE color: 7762024.

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

Color convert

RGB104112118-
CMYK0.120.0500.54
HSL205.71º6.31%43.53%-
HSV(B)205.71º11.86%46.27%-
XYZ14.7715.8419.42-
YUV110.29132.35123.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=31.14%
G=33.53%
B=35.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041121180.120.0500.54205.716.3143.53
Hex687076C5036ce62c
Octal150160166145066316654
Binary1101000111000011101101100101011011011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687076; }

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

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

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

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

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

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

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

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