#677178

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

Shades of Mid Grey #677178

Tints of Mid Grey #677178

Color information

#677178 (or 0x677178) is unknown color: approx Mid Grey. HEX triplet: 67, 71 and 78. RGB value is (103,113,120). Sum of RGB (Red+Green+Blue) = 103+113+120=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #677178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677178 is #988E87. Grayscale: #6E6E6E. Windows color (decimal): -9997960 or 7893351. OLE color: 7893351.

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

Color convert

RGB103113120-
CMYK0.140.0600.53
HSL204.71º7.62%43.73%-
HSV(B)204.71º14.17%47.06%-
XYZ14.8916.0520.08-
YUV110.81133.19122.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=30.65%
G=33.63%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031131200.140.0600.53204.717.6243.73
Hex677178E6035cd82c
Octal1471611701660653151054
Binary11001111110001111100011101100110101110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677178; }

 p { color: rgb(103,113,120); }

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

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

 a { background-color: rgb(103,113,120); }

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

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

 span { border-color: rgb(103,113,120); }

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