#616C72

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

Shades of Mid Grey #616C72

Tints of Mid Grey #616C72

Color information

#616C72 (or 0x616C72) is unknown color: approx Mid Grey. HEX triplet: 61, 6C and 72. RGB value is (97,108,114). Sum of RGB (Red+Green+Blue) = 97+108+114=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #616C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C72 is #9E938D. Grayscale: #696969. Windows color (decimal): -10392462 or 7498849. OLE color: 7498849.

HSL color Cylindrical-coordinate representation of color #616C72: hue angle of 201.18º 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 #616C72 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97108114-
CMYK0.150.0500.55
HSL201.18º8.06%41.37%-
HSV(B)201.18º14.91%44.71%-
XYZ13.3314.4818.01-
YUV105.4132.86122.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=30.41%
G=33.86%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971081140.150.0500.55201.188.0641.37
Hex616C72F5037c9829
Octal1411541621750673111051
Binary11000011101100111001011111010110111110010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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