#616E78

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

Shades of Mid Grey #616E78

Tints of Mid Grey #616E78

Color information

#616E78 (or 0x616E78) is unknown color: approx Mid Grey. HEX triplet: 61, 6E and 78. RGB value is (97,110,120). Sum of RGB (Red+Green+Blue) = 97+110+120=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #616E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E78 is #9E9187. Grayscale: #6B6B6B. Windows color (decimal): -10391944 or 7892577. OLE color: 7892577.

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

Color convert

RGB97110120-
CMYK0.190.0800.53
HSL206.09º10.6%42.55%-
HSV(B)206.09º19.17%47.06%-
XYZ13.915.0519.94-
YUV107.25135.19120.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=29.66%
G=33.64%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971101200.190.0800.53206.0910.642.55
Hex616E78138035ceb2b
Octal14115617023100653161353
Binary1100001110111011110001001110000110101110011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,110,120); }

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

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

 a { background-color: rgb(97,110,120); }

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

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

 span { border-color: rgb(97,110,120); }

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