#687077

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

Shades of Mid Grey #687077

Tints of Mid Grey #687077

Color information

#687077 (or 0x687077) is unknown color: approx Mid Grey. HEX triplet: 68, 70 and 77. RGB value is (104,112,119). Sum of RGB (Red+Green+Blue) = 104+112+119=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #687077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687077 is #978F88. Grayscale: #6E6E6E. Windows color (decimal): -9932681 or 7827560. OLE color: 7827560.

HSL color Cylindrical-coordinate representation of color #687077: hue angle of 208º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687077 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104112119-
CMYK0.130.0600.53
HSL208º6.73%43.73%-
HSV(B)208º12.61%46.67%-
XYZ14.8315.8619.73-
YUV110.41132.85123.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=31.04%
G=33.43%
B=35.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041121190.130.0600.532086.7343.73
Hex687077D6035d072c
Octal150160167156065320754
Binary1101000111000011101111101110011010111010000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687077; }

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

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

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

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

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

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

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

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