Html Css Color HEX #7F828B Storm Grey

📋 copy color: '#7F828B'

red 127 ◦ green 130 ◦ blue 139

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

Shades of Storm Grey #7F828B

Tints of Storm Grey #7F828B

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.1%

R = 32.07%
G = 32.83%
B = 35.1%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F828B (or 0x7F828B) is known color: 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

RGB 127 130 139 -
CMYK 0.09 0.06 0 0.45
HSL 225º 0.05% 0.52% -
HSV(B) 225º 0.09% 0.55% -
XYZ 21.4 22.34 27.61 -
YUV 130.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 127 130 139 0.09 0.06 0 0.45 225 0.05 0.52
Hex 7F 82 8B 9 6 0 2D E1 5 34
Octal 177 202 213 11 6 0 55 341 5 64
Binary 1111111 10000010 10001011 1001 110 0 101101 11100001 101 110100

Color Harmonies of #7F828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F828B

Black with #7F828B

Text Example


Text Example

White with #7F828B

Text Example


Text Example

HTML Codes & Css Web 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>