#647077

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

Shades of Mid Grey #647077

Tints of Mid Grey #647077

Color information

#647077 (or 0x647077) is unknown color: approx Mid Grey. HEX triplet: 64, 70 and 77. RGB value is (100,112,119). Sum of RGB (Red+Green+Blue) = 100+112+119=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #647077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647077 is #9B8F88. Grayscale: #6D6D6D. Windows color (decimal): -10194825 or 7827556. OLE color: 7827556.

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

Color convert

RGB100112119-
CMYK0.160.0600.53
HSL202.11º8.68%42.94%-
HSV(B)202.11º15.97%46.67%-
XYZ14.3815.6319.71-
YUV109.21133.52121.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=30.21%
G=33.84%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001121190.160.0600.53202.118.6842.94
Hex647077106035ca92b
Octal1441601672060653121153
Binary110010011100001110111100001100110101110010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647077; }

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

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

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

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

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

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

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

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