Html Css Color HEX #81888C Aluminium

📋 copy color: '#81888C'

red 129 ◦ green 136 ◦ blue 140

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

Shades of Aluminium #81888C

Tints of Aluminium #81888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 31.85%
G = 33.58%
B = 34.57%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81888C (or 0x81888C) is known color: Aluminium. HEX triplet: 81, 88 and 8C. RGB value is (129,136,140). Sum of RGB (Red+Green+Blue) = 129+136+140=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #81888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81888C is #7E7773. Grayscale: #868686. Windows color (decimal): -8288116 or 9209985. OLE color: 9209985.

HSL color Cylindrical-coordinate representation of color #81888C: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81888C is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 136 140 -
CMYK 0.08 0.03 0 0.45
HSL 201.82º 0.05% 0.53% -
HSV(B) 201.82º 0.08% 0.55% -
XYZ 22.59 24.17 28.29 -
YUV 134.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 129 136 140 0.08 0.03 0 0.45 201.82 0.05 0.53
Hex 81 88 8C 8 3 0 2D CA 5 35
Octal 201 210 214 10 3 0 55 312 5 65
Binary 10000001 10001000 10001100 1000 11 0 101101 11001010 101 110101

Color Harmonies of #81888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81888C

Black with #81888C

Text Example


Text Example

White with #81888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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