#616C74

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

Shades of Mid Grey #616C74

Tints of Mid Grey #616C74

Color information

#616C74 (or 0x616C74) is unknown color: approx Mid Grey. HEX triplet: 61, 6C and 74. RGB value is (97,108,116). Sum of RGB (Red+Green+Blue) = 97+108+116=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #616C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C74 is #9E938B. Grayscale: #696969. Windows color (decimal): -10392460 or 7629921. OLE color: 7629921.

HSL color Cylindrical-coordinate representation of color #616C74: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616C74 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97108116-
CMYK0.160.0700.55
HSL205.26º8.92%41.76%-
HSV(B)205.26º16.38%45.49%-
XYZ13.4414.5318.62-
YUV105.62133.86121.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=30.22%
G=33.64%
B=36.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971081160.160.0700.55205.268.9241.76
Hex616C74107037cd92a
Octal1411541642070673151152
Binary110000111011001110100100001110110111110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,108,116); }

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

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

 a { background-color: rgb(97,108,116); }

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

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

 span { border-color: rgb(97,108,116); }

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