Html Css Color HEX #616E78 Mid Grey

📋 copy color: '#616E78'

red 97 ◦ green 110 ◦ blue 120

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

Shades of Mid Grey #616E78

Tints of Mid Grey #616E78

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.7%

R = 29.66%
G = 33.64%
B = 36.7%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616E78 (or 0x616E78) is known color: 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

RGB 97 110 120 -
CMYK 0.19 0.08 0 0.53
HSL 206.09º 0.11% 0.43% -
HSV(B) 206.09º 0.19% 0.47% -
XYZ 13.9 15.05 19.94 -
YUV 107.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 97 110 120 0.19 0.08 0 0.53 206.09 0.11 0.43
Hex 61 6E 78 13 8 0 35 CE B 2B
Octal 141 156 170 23 10 0 65 316 13 53
Binary 1100001 1101110 1111000 10011 1000 0 110101 11001110 1011 101011

Color Harmonies of #616E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E78

Black with #616E78

Text Example


Text Example

White with #616E78

Text Example


Text Example

HTML Codes & Css Web 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>