Html Css Color HEX #616B72 Mid Grey

📋 copy color: '#616B72'

red 97 ◦ green 107 ◦ blue 114

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

Shades of Mid Grey #616B72

Tints of Mid Grey #616B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 30.5%
G = 33.65%
B = 35.85%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616B72 (or 0x616B72) is known color: Mid Grey. HEX triplet: 61, 6B and 72. RGB value is (97,107,114). Sum of RGB (Red+Green+Blue) = 97+107+114=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #616B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B72 is #9E948D. Grayscale: #686868. Windows color (decimal): -10392718 or 7498593. OLE color: 7498593.

HSL color Cylindrical-coordinate representation of color #616B72: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616B72 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 107 114 -
CMYK 0.15 0.06 0 0.55
HSL 204.71º 0.08% 0.41% -
HSV(B) 204.71º 0.15% 0.45% -
XYZ 13.22 14.27 17.98 -
YUV 104.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 97 107 114 0.15 0.06 0 0.55 204.71 0.08 0.41
Hex 61 6B 72 F 6 0 37 CD 8 29
Octal 141 153 162 17 6 0 67 315 10 51
Binary 1100001 1101011 1110010 1111 110 0 110111 11001101 1000 101001

Color Harmonies of #616B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B72

Black with #616B72

Text Example


Text Example

White with #616B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,107,114); }

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

background-color css

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

 a { background-color: rgb(97,107,114); }

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

border-color css

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

 span { border-color: rgb(97,107,114); }

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