#677076

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

Shades of Mid Grey #677076

Tints of Mid Grey #677076

Color information

#677076 (or 0x677076) is unknown color: approx Mid Grey. HEX triplet: 67, 70 and 76. RGB value is (103,112,118). Sum of RGB (Red+Green+Blue) = 103+112+118=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #677076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677076 is #988F89. Grayscale: #6D6D6D. Windows color (decimal): -9998218 or 7762023. OLE color: 7762023.

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

Color convert

RGB103112118-
CMYK0.130.0500.54
HSL204º6.79%43.33%-
HSV(B)204º12.71%46.27%-
XYZ14.6615.7819.41-
YUV109.99132.52123.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.93%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=30.93%
G=33.63%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031121180.130.0500.542046.7943.33
Hex677076D5036cc72b
Octal147160166155066314753
Binary1100111111000011101101101101011011011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677076; }

 p { color: rgb(103,112,118); }

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

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

 a { background-color: rgb(103,112,118); }

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

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

 span { border-color: rgb(103,112,118); }

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