Html Css Color HEX #7E818D Storm Grey

📋 copy color: '#7E818D'

red 126 ◦ green 129 ◦ blue 141

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

Shades of Storm Grey #7E818D

Tints of Storm Grey #7E818D

RGB

 RED value IS 126 (49.61% from 255) = 31.82%

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 31.82%
G = 32.58%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E818D (or 0x7E818D) is known color: Storm Grey. HEX triplet: 7E, 81 and 8D. RGB value is (126,129,141). Sum of RGB (Red+Green+Blue) = 126+129+141=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E818D is #817E72. Grayscale: #818181. Windows color (decimal): -8486515 or 9273726. OLE color: 9273726.

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

Color convert

RGB 126 129 141 -
CMYK 0.11 0.09 0 0.45
HSL 228º 0.06% 0.52% -
HSV(B) 228º 0.11% 0.55% -
XYZ 21.26 22.06 28.34 -
YUV 129.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 126 129 141 0.11 0.09 0 0.45 228 0.06 0.52
Hex 7E 81 8D B 9 0 2D E4 6 34
Octal 176 201 215 13 11 0 55 344 6 64
Binary 1111110 10000001 10001101 1011 1001 0 101101 11100100 110 110100

Color Harmonies of #7E818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E818D

Black with #7E818D

Text Example


Text Example

White with #7E818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,129,141); }

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

background-color css

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

 a { background-color: rgb(126,129,141); }

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

border-color css

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

 span { border-color: rgb(126,129,141); }

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