Html Css Color HEX #7E8991 Aluminium

📋 copy color: '#7E8991'

red 126 ◦ green 137 ◦ blue 145

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

Shades of Aluminium #7E8991

Tints of Aluminium #7E8991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 30.88%
G = 33.58%
B = 35.54%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E8991 (or 0x7E8991) is known color: Aluminium. HEX triplet: 7E, 89 and 91. RGB value is (126,137,145). Sum of RGB (Red+Green+Blue) = 126+137+145=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E8991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8991 is #81766E. Grayscale: #868686. Windows color (decimal): -8484463 or 9537918. OLE color: 9537918.

HSL color Cylindrical-coordinate representation of color #7E8991: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8991 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 137 145 -
CMYK 0.13 0.06 0 0.43
HSL 205.26º 0.08% 0.53% -
HSV(B) 205.26º 0.13% 0.57% -
XYZ 22.66 24.37 30.3 -
YUV 134.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 126 137 145 0.13 0.06 0 0.43 205.26 0.08 0.53
Hex 7E 89 91 D 6 0 2B CD 8 35
Octal 176 211 221 15 6 0 53 315 10 65
Binary 1111110 10001001 10010001 1101 110 0 101011 11001101 1000 110101

Color Harmonies of #7E8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8991

Black with #7E8991

Text Example


Text Example

White with #7E8991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,145); }

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

background-color css

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

 a { background-color: rgb(126,137,145); }

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

border-color css

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

 span { border-color: rgb(126,137,145); }

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