Html Css Color HEX #6D727F Storm Grey

📋 copy color: '#6D727F'

red 109 ◦ green 114 ◦ blue 127

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

Shades of Storm Grey #6D727F

Tints of Storm Grey #6D727F

RGB

 RED value IS 109 (42.97% from 255) = 31.14%

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 31.14%
G = 32.57%
B = 36.29%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D727F (or 0x6D727F) is known color: Storm Grey. HEX triplet: 6D, 72 and 7F. RGB value is (109,114,127). Sum of RGB (Red+Green+Blue) = 109+114+127=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D727F is #928D80. Grayscale: #717171. Windows color (decimal): -9604481 or 8352365. OLE color: 8352365.

HSL color Cylindrical-coordinate representation of color #6D727F: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D727F is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 114 127 -
CMYK 0.14 0.10 0 0.50
HSL 223.33º 0.08% 0.46% -
HSV(B) 223.33º 0.14% 0.5% -
XYZ 16.15 16.82 22.47 -
YUV 113.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 109 114 127 0.14 0.10 0 0.50 223.33 0.08 0.46
Hex 6D 72 7F E A 0 32 DF 8 2E
Octal 155 162 177 16 12 0 62 337 10 56
Binary 1101101 1110010 1111111 1110 1010 0 110010 11011111 1000 101110

Color Harmonies of #6D727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D727F

Black with #6D727F

Text Example


Text Example

White with #6D727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,127); }

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

background-color css

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

 a { background-color: rgb(109,114,127); }

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

border-color css

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

 span { border-color: rgb(109,114,127); }

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