Html Css Color HEX #7E8589 Aluminium

📋 copy color: '#7E8589'

red 126 ◦ green 133 ◦ blue 137

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

Shades of Aluminium #7E8589

Tints of Aluminium #7E8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 31.82%
G = 33.59%
B = 34.6%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E8589 (or 0x7E8589) is known color: Aluminium. HEX triplet: 7E, 85 and 89. RGB value is (126,133,137). Sum of RGB (Red+Green+Blue) = 126+133+137=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E8589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8589 is #817A76. Grayscale: #838383. Windows color (decimal): -8485495 or 9012606. OLE color: 9012606.

HSL color Cylindrical-coordinate representation of color #7E8589: hue angle of 201.82º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E8589 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 133 137 -
CMYK 0.08 0.03 0 0.46
HSL 201.82º 0.04% 0.52% -
HSV(B) 201.82º 0.08% 0.54% -
XYZ 21.51 23.02 26.98 -
YUV 131.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 126 133 137 0.08 0.03 0 0.46 201.82 0.04 0.52
Hex 7E 85 89 8 3 0 2E CA 4 34
Octal 176 205 211 10 3 0 56 312 4 64
Binary 1111110 10000101 10001001 1000 11 0 101110 11001010 100 110100

Color Harmonies of #7E8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8589

Black with #7E8589

Text Example


Text Example

White with #7E8589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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