Html Css Color HEX #616D77 Mid Grey

📋 copy color: '#616D77'

red 97 ◦ green 109 ◦ blue 119

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

Shades of Mid Grey #616D77

Tints of Mid Grey #616D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

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

R = 29.85%
G = 33.54%
B = 36.62%

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

#616D77 (or 0x616D77) is known color: Mid Grey. HEX triplet: 61, 6D and 77. RGB value is (97,109,119). Sum of RGB (Red+Green+Blue) = 97+109+119=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #616D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D77 is #9E9288. Grayscale: #6A6A6A. Windows color (decimal): -10392201 or 7826785. OLE color: 7826785.

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

Color convert

RGB 97 109 119 -
CMYK 0.18 0.08 0 0.53
HSL 207.27º 0.1% 0.42% -
HSV(B) 207.27º 0.18% 0.47% -
XYZ 13.73 14.81 19.59 -
YUV 106.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 97 109 119 0.18 0.08 0 0.53 207.27 0.1 0.42
Hex 61 6D 77 12 8 0 35 CF A 2A
Octal 141 155 167 22 10 0 65 317 12 52
Binary 1100001 1101101 1110111 10010 1000 0 110101 11001111 1010 101010

Color Harmonies of #616D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D77

Black with #616D77

Text Example


Text Example

White with #616D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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