Html Css Color HEX #81878E Aluminium

📋 copy color: '#81878E'

red 129 ◦ green 135 ◦ blue 142

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

Shades of Aluminium #81878E

Tints of Aluminium #81878E

RGB

 RED value IS 129 (50.78% from 255) = 31.77%

 GREEN value IS 135 (53.13% from 255) = 33.25%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 31.77%
G = 33.25%
B = 34.98%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#81878E (or 0x81878E) is known color: Aluminium. HEX triplet: 81, 87 and 8E. RGB value is (129,135,142). Sum of RGB (Red+Green+Blue) = 129+135+142=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #81878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81878E is #7E7871. Grayscale: #858585. Windows color (decimal): -8288370 or 9340801. OLE color: 9340801.

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

Color convert

RGB 129 135 142 -
CMYK 0.09 0.05 0 0.44
HSL 212.31º 0.05% 0.53% -
HSV(B) 212.31º 0.09% 0.56% -
XYZ 22.6 23.95 29.02 -
YUV 134 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 129 135 142 0.09 0.05 0 0.44 212.31 0.05 0.53
Hex 81 87 8E 9 5 0 2C D4 5 35
Octal 201 207 216 11 5 0 54 324 5 65
Binary 10000001 10000111 10001110 1001 101 0 101100 11010100 101 110101

Color Harmonies of #81878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81878E

Black with #81878E

Text Example


Text Example

White with #81878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81878E;
 }
 .AnyTagClassName
 {
   color: #81878E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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