Html Css Color HEX #616E77 Mid Grey

📋 copy color: '#616E77'

red 97 ◦ green 110 ◦ blue 119

#616E77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #616E77

Tints of Mid Grey #616E77

RGB

 RED value IS 97 (38.28% from 255) = 29.75%

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 29.75%
G = 33.74%
B = 36.5%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616E77 (or 0x616E77) is known color: Mid Grey. HEX triplet: 61, 6E and 77. RGB value is (97,110,119). Sum of RGB (Red+Green+Blue) = 97+110+119=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #616E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E77 is #9E9188. Grayscale: #6B6B6B. Windows color (decimal): -10391945 or 7827041. OLE color: 7827041.

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

Color convert

RGB 97 110 119 -
CMYK 0.18 0.08 0 0.53
HSL 204.55º 0.1% 0.42% -
HSV(B) 204.55º 0.18% 0.47% -
XYZ 13.84 15.03 19.62 -
YUV 107.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 97 110 119 0.18 0.08 0 0.53 204.55 0.1 0.42
Hex 61 6E 77 12 8 0 35 CD A 2A
Octal 141 156 167 22 10 0 65 315 12 52
Binary 1100001 1101110 1110111 10010 1000 0 110101 11001101 1010 101010

Color Harmonies of #616E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E77

Black with #616E77

Text Example


Text Example

White with #616E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #616E77;
 }
 .AnyTagClassName
 {
   color: #616E77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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