#7F828B

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

Shades of Storm Grey #7F828B

Tints of Storm Grey #7F828B

Color information

#7F828B (or 0x7F828B) is unknown color: approx Storm Grey. HEX triplet: 7F, 82 and 8B. RGB value is (127,130,139). Sum of RGB (Red+Green+Blue) = 127+130+139=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F828B is #807D74. Grayscale: #828282. Windows color (decimal): -8420725 or 9142911. OLE color: 9142911.

HSL color Cylindrical-coordinate representation of color #7F828B: hue angle of 225º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F828B is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB127130139-
CMYK0.090.0600.45
HSL225º4.92%52.16%-
HSV(B)225º8.63%54.51%-
XYZ21.422.3427.61-
YUV130.13133.01125.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=32.07%
G=32.83%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271301390.090.0600.452254.9252.16
Hex7F828B9602De1534
Octal177202213116055341564
Binary111111110000010100010111001110010110111100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F828B; }

 p { color: rgb(127,130,139); }

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

<style>
 a { background-color: #7F828B; }

 a { background-color: rgb(127,130,139); }

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

<style>
 span { border-color: #7F828B; }

 span { border-color: rgb(127,130,139); }

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