#81878A

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

Shades of Aluminium #81878A

Tints of Aluminium #81878A

Color information

#81878A (or 0x81878A) is unknown color: approx Aluminium. HEX triplet: 81, 87 and 8A. RGB value is (129,135,138). Sum of RGB (Red+Green+Blue) = 129+135+138=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 138 - color contains mainly: blue. Hex color #81878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81878A is #7E7875. Grayscale: #858585. Windows color (decimal): -8288374 or 9078657. OLE color: 9078657.

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

Color convert

RGB129135138-
CMYK0.070.0200.46
HSL200º3.7%52.35%-
HSV(B)200º6.52%54.12%-
XYZ22.323.8327.47-
YUV133.55130.51124.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=32.09%
G=33.58%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291351380.070.0200.462003.752.35
Hex81878A7202Ec8434
Octal20120721272056310464
Binary10000001100001111000101011110010111011001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81878A; }

 p { color: rgb(129,135,138); }

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

<style>
 a { background-color: #81878A; }

 a { background-color: rgb(129,135,138); }

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

<style>
 span { border-color: #81878A; }

 span { border-color: rgb(129,135,138); }

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