#7F838A

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

Shades of Storm Grey #7F838A

Tints of Storm Grey #7F838A

Color information

#7F838A (or 0x7F838A) is unknown color: approx Storm Grey. HEX triplet: 7F, 83 and 8A. RGB value is (127,131,138). Sum of RGB (Red+Green+Blue) = 127+131+138=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F838A is #807C75. Grayscale: #828282. Windows color (decimal): -8420470 or 9077631. OLE color: 9077631.

HSL color Cylindrical-coordinate representation of color #7F838A: hue angle of 218.18º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F838A is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB127131138-
CMYK0.080.0500.46
HSL218.18º4.49%51.96%-
HSV(B)218.18º7.97%54.12%-
XYZ21.4622.5827.27-
YUV130.6132.17125.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=32.07%
G=33.08%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1271311380.080.0500.46218.184.4951.96
Hex7F838A8502Eda434
Octal177203212105056332464
Binary111111110000011100010101000101010111011011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,131,138); }

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

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

 a { background-color: rgb(127,131,138); }

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

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

 span { border-color: rgb(127,131,138); }

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