Html Css Color HEX #6E727C Storm Grey

📋 copy color: '#6E727C'

red 110 ◦ green 114 ◦ blue 124

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

Shades of Storm Grey #6E727C

Tints of Storm Grey #6E727C

RGB

 RED value IS 110 (43.36% from 255) = 31.61%

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 31.61%
G = 32.76%
B = 35.63%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E727C (or 0x6E727C) is known color: Storm Grey. HEX triplet: 6E, 72 and 7C. RGB value is (110,114,124). Sum of RGB (Red+Green+Blue) = 110+114+124=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E727C is #918D83. Grayscale: #717171. Windows color (decimal): -9538948 or 8155758. OLE color: 8155758.

HSL color Cylindrical-coordinate representation of color #6E727C: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E727C is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 114 124 -
CMYK 0.11 0.08 0 0.51
HSL 222.86º 0.06% 0.46% -
HSV(B) 222.86º 0.11% 0.49% -
XYZ 16.09 16.8 21.46 -
YUV 113.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 110 114 124 0.11 0.08 0 0.51 222.86 0.06 0.46
Hex 6E 72 7C B 8 0 33 DF 6 2E
Octal 156 162 174 13 10 0 63 337 6 56
Binary 1101110 1110010 1111100 1011 1000 0 110011 11011111 110 101110

Color Harmonies of #6E727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E727C

Black with #6E727C

Text Example


Text Example

White with #6E727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E727C; }

 p { color: rgb(110,114,124); }

 H1.HeaderClassName
 {
   color: #6E727C;
 }
 .AnyTagClassName
 {
   color: #6E727C;
 }
</style>

background-color css

<style>
 a { background-color: #6E727C; }

 a { background-color: rgb(110,114,124); }

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

border-color css

<style>
 span { border-color: #6E727C; }

 span { border-color: rgb(110,114,124); }

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