Html Css Color HEX #7E8E96 Aluminium

📋 copy color: '#7E8E96'

red 126 ◦ green 142 ◦ blue 150

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

Shades of Aluminium #7E8E96

Tints of Aluminium #7E8E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.97%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 30.14%
G = 33.97%
B = 35.89%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7E8E96 (or 0x7E8E96) is known color: Aluminium. HEX triplet: 7E, 8E and 96. RGB value is (126,142,150). Sum of RGB (Red+Green+Blue) = 126+142+150=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E8E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8E96 is #817169. Grayscale: #8A8A8A. Windows color (decimal): -8483178 or 9866878. OLE color: 9866878.

HSL color Cylindrical-coordinate representation of color #7E8E96: hue angle of 200º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8E96 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 142 150 -
CMYK 0.16 0.05 0 0.41
HSL 200º 0.1% 0.54% -
HSV(B) 200º 0.16% 0.59% -
XYZ 23.78 25.98 32.62 -
YUV 138.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 126 142 150 0.16 0.05 0 0.41 200 0.1 0.54
Hex 7E 8E 96 10 5 0 29 C8 A 36
Octal 176 216 226 20 5 0 51 310 12 66
Binary 1111110 10001110 10010110 10000 101 0 101001 11001000 1010 110110

Color Harmonies of #7E8E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8E96

Black with #7E8E96

Text Example


Text Example

White with #7E8E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,142,150); }

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

background-color css

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

 a { background-color: rgb(126,142,150); }

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

border-color css

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

 span { border-color: rgb(126,142,150); }

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