Html Css Color HEX #81888E Aluminium

📋 copy color: '#81888E'

red 129 ◦ green 136 ◦ blue 142

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

Shades of Aluminium #81888E

Tints of Aluminium #81888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 31.7%
G = 33.42%
B = 34.89%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#81888E (or 0x81888E) is known color: Aluminium. HEX triplet: 81, 88 and 8E. RGB value is (129,136,142). Sum of RGB (Red+Green+Blue) = 129+136+142=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 142 - color contains mainly: blue. Hex color #81888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81888E is #7E7771. Grayscale: #868686. Windows color (decimal): -8288114 or 9341057. OLE color: 9341057.

HSL color Cylindrical-coordinate representation of color #81888E: hue angle of 207.69º 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 #81888E is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 136 142 -
CMYK 0.09 0.04 0 0.44
HSL 207.69º 0.05% 0.53% -
HSV(B) 207.69º 0.09% 0.56% -
XYZ 22.74 24.23 29.07 -
YUV 134.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 129 136 142 0.09 0.04 0 0.44 207.69 0.05 0.53
Hex 81 88 8E 9 4 0 2C D0 5 35
Octal 201 210 216 11 4 0 54 320 5 65
Binary 10000001 10001000 10001110 1001 100 0 101100 11010000 101 110101

Color Harmonies of #81888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81888E

Black with #81888E

Text Example


Text Example

White with #81888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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