#7F858A

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

Shades of Aluminium #7F858A

Tints of Aluminium #7F858A

Color information

#7F858A (or 0x7F858A) is unknown color: approx Aluminium. HEX triplet: 7F, 85 and 8A. RGB value is (127,133,138). Sum of RGB (Red+Green+Blue) = 127+133+138=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F858A is #807A75. Grayscale: #838383. Windows color (decimal): -8419958 or 9078143. OLE color: 9078143.

HSL color Cylindrical-coordinate representation of color #7F858A: hue angle of 207.27º 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 #7F858A is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB127133138-
CMYK0.080.0400.46
HSL207.27º4.49%51.96%-
HSV(B)207.27º7.97%54.12%-
XYZ21.7323.1227.36-
YUV131.78131.51124.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=31.91%
G=33.42%
B=34.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1271331380.080.0400.46207.274.4951.96
Hex7F858A8402Ecf434
Octal177205212104056317464
Binary111111110000101100010101000100010111011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,138); }

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

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

 a { background-color: rgb(127,133,138); }

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

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

 span { border-color: rgb(127,133,138); }

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