#676E75

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

Shades of Mid Grey #676E75

Tints of Mid Grey #676E75

Color information

#676E75 (or 0x676E75) is unknown color: approx Mid Grey. HEX triplet: 67, 6E and 75. RGB value is (103,110,117). Sum of RGB (Red+Green+Blue) = 103+110+117=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #676E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E75 is #98918A. Grayscale: #6C6C6C. Windows color (decimal): -9998731 or 7695975. OLE color: 7695975.

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

Color convert

RGB103110117-
CMYK0.120.0600.54
HSL210º6.36%43.14%-
HSV(B)210º11.97%45.88%-
XYZ14.3815.3219.03-
YUV108.7132.68123.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=31.21%
G=33.33%
B=35.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031101170.120.0600.542106.3643.14
Hex676E75C6036d262b
Octal147156165146066322653
Binary1100111110111011101011100110011011011010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676E75; }

 p { color: rgb(103,110,117); }

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

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

 a { background-color: rgb(103,110,117); }

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

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

 span { border-color: rgb(103,110,117); }

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