#616F77

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

Shades of Mid Grey #616F77

Tints of Mid Grey #616F77

Color information

#616F77 (or 0x616F77) is unknown color: approx Mid Grey. HEX triplet: 61, 6F and 77. RGB value is (97,111,119). Sum of RGB (Red+Green+Blue) = 97+111+119=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #616F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F77 is #9E9088. Grayscale: #6B6B6B. Windows color (decimal): -10391689 or 7827297. OLE color: 7827297.

HSL color Cylindrical-coordinate representation of color #616F77: hue angle of 201.82º 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 #616F77 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97111119-
CMYK0.180.0700.53
HSL201.82º10.19%42.35%-
HSV(B)201.82º18.49%46.67%-
XYZ13.9415.2419.66-
YUV107.73134.36120.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=29.66%
G=33.94%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971111190.180.0700.53201.8210.1942.35
Hex616F77127035caa2a
Octal1411571672270653121252
Binary110000111011111110111100101110110101110010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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