Html Css Color HEX #687076 Mid Grey

📋 copy color: '#687076'

red 104 ◦ green 112 ◦ blue 118

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

Shades of Mid Grey #687076

Tints of Mid Grey #687076

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 104 112 118 -
CMYK 0.12 0.05 0 0.54
HSL 205.71º 0.06% 0.44% -
HSV(B) 205.71º 0.12% 0.46% -
XYZ 14.77 15.84 19.42 -
YUV 110.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 104 112 118 0.12 0.05 0 0.54 205.71 0.06 0.44
Hex 68 70 76 C 5 0 36 CE 6 2C
Octal 150 160 166 14 5 0 66 316 6 54
Binary 1101000 1110000 1110110 1100 101 0 110110 11001110 110 101100

Color Harmonies of #687076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687076

Black with #687076

Text Example


Text Example

White with #687076

Text Example


Text Example

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