#647079

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

Shades of Mid Grey #647079

Tints of Mid Grey #647079

Color information

#647079 (or 0x647079) is unknown color: approx Mid Grey. HEX triplet: 64, 70 and 79. RGB value is (100,112,121). Sum of RGB (Red+Green+Blue) = 100+112+121=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #647079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647079 is #9B8F86. Grayscale: #6D6D6D. Windows color (decimal): -10194823 or 7958628. OLE color: 7958628.

HSL color Cylindrical-coordinate representation of color #647079: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647079 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB100112121-
CMYK0.170.0700.53
HSL205.71º9.5%43.33%-
HSV(B)205.71º17.36%47.45%-
XYZ14.515.6820.35-
YUV109.44134.52121.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=30.03%
G=33.63%
B=36.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001121210.170.0700.53205.719.543.33
Hex647079117035cea2b
Octal1441601712170653161253
Binary110010011100001111001100011110110101110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647079; }

 p { color: rgb(100,112,121); }

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

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

 a { background-color: rgb(100,112,121); }

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

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

 span { border-color: rgb(100,112,121); }

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