Html Css Color HEX #687077 Mid Grey

📋 copy color: '#687077'

red 104 ◦ green 112 ◦ blue 119

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

Shades of Mid Grey #687077

Tints of Mid Grey #687077

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 value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687077 (or 0x687077) is known color: 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

RGB 104 112 119 -
CMYK 0.13 0.06 0 0.53
HSL 208º 0.07% 0.44% -
HSV(B) 208º 0.13% 0.47% -
XYZ 14.83 15.86 19.73 -
YUV 110.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 104 112 119 0.13 0.06 0 0.53 208 0.07 0.44
Hex 68 70 77 D 6 0 35 D0 7 2C
Octal 150 160 167 15 6 0 65 320 7 54
Binary 1101000 1110000 1110111 1101 110 0 110101 11010000 111 101100

Color Harmonies of #687077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687077

Black with #687077

Text Example


Text Example

White with #687077

Text Example


Text Example

HTML Codes & Css Web 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>