Html Css Color HEX #81868C Aluminium

📋 copy color: '#81868C'

red 129 ◦ green 134 ◦ blue 140

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

Shades of Aluminium #81868C

Tints of Aluminium #81868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 32.01%
G = 33.25%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81868C (or 0x81868C) is known color: Aluminium. HEX triplet: 81, 86 and 8C. RGB value is (129,134,140). Sum of RGB (Red+Green+Blue) = 129+134+140=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #81868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81868C is #7E7973. Grayscale: #858585. Windows color (decimal): -8288628 or 9209473. OLE color: 9209473.

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

Color convert

RGB 129 134 140 -
CMYK 0.08 0.04 0 0.45
HSL 212.73º 0.05% 0.53% -
HSV(B) 212.73º 0.08% 0.55% -
XYZ 22.31 23.61 28.19 -
YUV 133.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 129 134 140 0.08 0.04 0 0.45 212.73 0.05 0.53
Hex 81 86 8C 8 4 0 2D D5 5 35
Octal 201 206 214 10 4 0 55 325 5 65
Binary 10000001 10000110 10001100 1000 100 0 101101 11010101 101 110101

Color Harmonies of #81868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81868C

Black with #81868C

Text Example


Text Example

White with #81868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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