Html Css Color HEX #7F828D Storm Grey

📋 copy color: '#7F828D'

red 127 ◦ green 130 ◦ blue 141

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

Shades of Storm Grey #7F828D

Tints of Storm Grey #7F828D

RGB

 RED value IS 127 (50% from 255) = 31.91%

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 31.91%
G = 32.66%
B = 35.43%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F828D (or 0x7F828D) is known color: Storm Grey. HEX triplet: 7F, 82 and 8D. RGB value is (127,130,141). Sum of RGB (Red+Green+Blue) = 127+130+141=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F828D is #807D72. Grayscale: #828282. Windows color (decimal): -8420723 or 9273983. OLE color: 9273983.

HSL color Cylindrical-coordinate representation of color #7F828D: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F828D is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 130 141 -
CMYK 0.10 0.08 0 0.45
HSL 227.14º 0.06% 0.53% -
HSV(B) 227.14º 0.1% 0.55% -
XYZ 21.54 22.4 28.39 -
YUV 130.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 127 130 141 0.10 0.08 0 0.45 227.14 0.06 0.53
Hex 7F 82 8D A 8 0 2D E3 6 35
Octal 177 202 215 12 10 0 55 343 6 65
Binary 1111111 10000010 10001101 1010 1000 0 101101 11100011 110 110101

Color Harmonies of #7F828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F828D

Black with #7F828D

Text Example


Text Example

White with #7F828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F828D;
 }
 .AnyTagClassName
 {
   color: #7F828D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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