#657077

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

Shades of Mid Grey #657077

Tints of Mid Grey #657077

Color information

#657077 (or 0x657077) is unknown color: approx Mid Grey. HEX triplet: 65, 70 and 77. RGB value is (101,112,119). Sum of RGB (Red+Green+Blue) = 101+112+119=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #657077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657077 is #9A8F88. Grayscale: #6D6D6D. Windows color (decimal): -10129289 or 7827557. OLE color: 7827557.

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

Color convert

RGB101112119-
CMYK0.150.0600.53
HSL203.33º8.18%43.14%-
HSV(B)203.33º15.13%46.67%-
XYZ14.4915.6919.72-
YUV109.51133.36121.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=30.42%
G=33.73%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011121190.150.0600.53203.338.1843.14
Hex657077F6035cb82b
Octal1451601671760653131053
Binary11001011110000111011111111100110101110010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657077; }

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

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

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

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

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

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

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

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