#616D77

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

Shades of Mid Grey #616D77

Tints of Mid Grey #616D77

Color information

#616D77 (or 0x616D77) is unknown color: approx Mid Grey. HEX triplet: 61, 6D and 77. RGB value is (97,109,119). Sum of RGB (Red+Green+Blue) = 97+109+119=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #616D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D77 is #9E9288. Grayscale: #6A6A6A. Windows color (decimal): -10392201 or 7826785. OLE color: 7826785.

HSL color Cylindrical-coordinate representation of color #616D77: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616D77 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97109119-
CMYK0.180.0800.53
HSL207.27º10.19%42.35%-
HSV(B)207.27º18.49%46.67%-
XYZ13.7314.8119.59-
YUV106.55135.02121.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=29.85%
G=33.54%
B=36.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971091190.180.0800.53207.2710.1942.35
Hex616D77128035cfa2a
Octal14115516722100653171252
Binary1100001110110111101111001010000110101110011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D77; }

 p { color: rgb(97,109,119); }

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

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

 a { background-color: rgb(97,109,119); }

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

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

 span { border-color: rgb(97,109,119); }

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