Html Css Color HEX #7F8E96 Aluminium

📋 copy color: '#7F8E96'

red 127 ◦ green 142 ◦ blue 150

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

Shades of Aluminium #7F8E96

Tints of Aluminium #7F8E96

RGB

 RED value IS 127 (50% from 255) = 30.31%

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

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

R = 30.31%
G = 33.89%
B = 35.8%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F8E96 (or 0x7F8E96) is known color: Aluminium. HEX triplet: 7F, 8E and 96. RGB value is (127,142,150). Sum of RGB (Red+Green+Blue) = 127+142+150=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F8E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8E96 is #807169. Grayscale: #8A8A8A. Windows color (decimal): -8417642 or 9866879. OLE color: 9866879.

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

Color convert

RGB 127 142 150 -
CMYK 0.15 0.05 0 0.41
HSL 200.87º 0.1% 0.54% -
HSV(B) 200.87º 0.15% 0.59% -
XYZ 23.93 26.06 32.62 -
YUV 138.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 127 142 150 0.15 0.05 0 0.41 200.87 0.1 0.54
Hex 7F 8E 96 F 5 0 29 C9 A 36
Octal 177 216 226 17 5 0 51 311 12 66
Binary 1111111 10001110 10010110 1111 101 0 101001 11001001 1010 110110

Color Harmonies of #7F8E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8E96

Black with #7F8E96

Text Example


Text Example

White with #7F8E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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