Html Css Color HEX #7F828C Storm Grey

📋 copy color: '#7F828C'

red 127 ◦ green 130 ◦ blue 140

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

Shades of Storm Grey #7F828C

Tints of Storm Grey #7F828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 31.99%
G = 32.75%
B = 35.26%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F828C (or 0x7F828C) is known color: Storm Grey. HEX triplet: 7F, 82 and 8C. RGB value is (127,130,140). Sum of RGB (Red+Green+Blue) = 127+130+140=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F828C is #807D73. Grayscale: #828282. Windows color (decimal): -8420724 or 9208447. OLE color: 9208447.

HSL color Cylindrical-coordinate representation of color #7F828C: hue angle of 226.15º 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 #7F828C is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 130 140 -
CMYK 0.09 0.07 0 0.45
HSL 226.15º 0.05% 0.52% -
HSV(B) 226.15º 0.09% 0.55% -
XYZ 21.47 22.37 28 -
YUV 130.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 127 130 140 0.09 0.07 0 0.45 226.15 0.05 0.52
Hex 7F 82 8C 9 7 0 2D E2 5 34
Octal 177 202 214 11 7 0 55 342 5 64
Binary 1111111 10000010 10001100 1001 111 0 101101 11100010 101 110100

Color Harmonies of #7F828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F828C

Black with #7F828C

Text Example


Text Example

White with #7F828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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