#616A72

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

Shades of Mid Grey #616A72

Tints of Mid Grey #616A72

Color information

#616A72 (or 0x616A72) is unknown color: approx Mid Grey. HEX triplet: 61, 6A and 72. RGB value is (97,106,114). Sum of RGB (Red+Green+Blue) = 97+106+114=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #616A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A72 is #9E958D. Grayscale: #686868. Windows color (decimal): -10392974 or 7498337. OLE color: 7498337.

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

Color convert

RGB97106114-
CMYK0.150.0700.55
HSL208.24º8.06%41.37%-
HSV(B)208.24º14.91%44.71%-
XYZ13.1214.0617.94-
YUV104.22133.52122.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=30.60%
G=33.44%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971061140.150.0700.55208.248.0641.37
Hex616A72F7037d0829
Octal1411521621770673201051
Binary11000011101010111001011111110110111110100001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,106,114); }

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

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

 a { background-color: rgb(97,106,114); }

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

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

 span { border-color: rgb(97,106,114); }

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