Html Css Color HEX #616C74 Mid Grey

📋 copy color: '#616C74'

red 97 ◦ green 108 ◦ blue 116

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

Shades of Mid Grey #616C74

Tints of Mid Grey #616C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 30.22%
G = 33.64%
B = 36.14%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616C74 (or 0x616C74) is known color: Mid Grey. HEX triplet: 61, 6C and 74. RGB value is (97,108,116). Sum of RGB (Red+Green+Blue) = 97+108+116=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #616C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C74 is #9E938B. Grayscale: #696969. Windows color (decimal): -10392460 or 7629921. OLE color: 7629921.

HSL color Cylindrical-coordinate representation of color #616C74: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616C74 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 108 116 -
CMYK 0.16 0.07 0 0.55
HSL 205.26º 0.09% 0.42% -
HSV(B) 205.26º 0.16% 0.45% -
XYZ 13.44 14.53 18.62 -
YUV 105.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 97 108 116 0.16 0.07 0 0.55 205.26 0.09 0.42
Hex 61 6C 74 10 7 0 37 CD 9 2A
Octal 141 154 164 20 7 0 67 315 11 52
Binary 1100001 1101100 1110100 10000 111 0 110111 11001101 1001 101010

Color Harmonies of #616C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C74

Black with #616C74

Text Example


Text Example

White with #616C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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