#7F878E

Color #7F878E Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #7F878E

Tints of Aluminium #7F878E

Color information

#7F878E (or 0x7F878E) is unknown color: approx Aluminium. HEX triplet: 7F, 87 and 8E. RGB value is (127,135,142). Sum of RGB (Red+Green+Blue) = 127+135+142=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F878E is #807871. Grayscale: #858585. Windows color (decimal): -8419442 or 9340799. OLE color: 9340799.

HSL color Cylindrical-coordinate representation of color #7F878E: hue angle of 208º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F878E is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB127135142-
CMYK0.110.0500.44
HSL208º6.22%52.75%-
HSV(B)208º10.56%55.69%-
XYZ22.323.7929.01-
YUV133.41132.85123.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=31.44%
G=33.42%
B=35.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271351420.110.0500.442086.2252.75
Hex7F878EB502Cd0635
Octal177207216135054320665
Binary111111110000111100011101011101010110011010000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F878E;
 }
 .AnyTagClassName
 {
   color: #7F878E;
 }
</style>
background-color css

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

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

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

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

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

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