Html Css Color HEX #6F727A Storm Grey

📋 copy color: '#6F727A'

red 111 ◦ green 114 ◦ blue 122

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

Shades of Storm Grey #6F727A

Tints of Storm Grey #6F727A

RGB

 RED value IS 111 (43.75% from 255) = 31.99%

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 31.99%
G = 32.85%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F727A (or 0x6F727A) is known color: Storm Grey. HEX triplet: 6F, 72 and 7A. RGB value is (111,114,122). Sum of RGB (Red+Green+Blue) = 111+114+122=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F727A is #908D85. Grayscale: #717171. Windows color (decimal): -9473414 or 8024687. OLE color: 8024687.

HSL color Cylindrical-coordinate representation of color #6F727A: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F727A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 114 122 -
CMYK 0.09 0.07 0 0.52
HSL 223.64º 0.05% 0.46% -
HSV(B) 223.64º 0.09% 0.48% -
XYZ 16.09 16.82 20.81 -
YUV 114.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 111 114 122 0.09 0.07 0 0.52 223.64 0.05 0.46
Hex 6F 72 7A 9 7 0 34 E0 5 2E
Octal 157 162 172 11 7 0 64 340 5 56
Binary 1101111 1110010 1111010 1001 111 0 110100 11100000 101 101110

Color Harmonies of #6F727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F727A

Black with #6F727A

Text Example


Text Example

White with #6F727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,122); }

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

background-color css

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

 a { background-color: rgb(111,114,122); }

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

border-color css

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

 span { border-color: rgb(111,114,122); }

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