#6F727B

Color #6F727B Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #6F727B

Tints of Storm Grey #6F727B

Color information

#6F727B (or 0x6F727B) is unknown color: approx Storm Grey. HEX triplet: 6F, 72 and 7B. RGB value is (111,114,123). Sum of RGB (Red+Green+Blue) = 111+114+123=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F727B is #908D84. Grayscale: #727272. Windows color (decimal): -9473413 or 8090223. OLE color: 8090223.

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

Color convert

RGB111114123-
CMYK0.100.0700.52
HSL225º5.13%45.88%-
HSV(B)225º9.76%48.24%-
XYZ16.1516.8421.14-
YUV114.13133.01125.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=31.90%
G=32.76%
B=35.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111141230.100.0700.522255.1345.88
Hex6F727BA7034e152e
Octal157162173127064341556
Binary1101111111001011110111010111011010011100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F727B;
 }
 .AnyTagClassName
 {
   color: #6F727B;
 }
</style>
background-color css

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

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

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

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

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

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