Html Css Color HEX #878A8E Aluminium

📋 copy color: '#878A8E'

red 135 ◦ green 138 ◦ blue 142

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

Shades of Aluminium #878A8E

Tints of Aluminium #878A8E

RGB

 RED value IS 135 (53.13% from 255) = 32.53%

 GREEN value IS 138 (54.3% from 255) = 33.25%

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

R = 32.53%
G = 33.25%
B = 34.22%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#878A8E (or 0x878A8E) is known color: Aluminium. HEX triplet: 87, 8A and 8E. RGB value is (135,138,142). Sum of RGB (Red+Green+Blue) = 135+138+142=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 142 - color contains mainly: blue. Hex color #878A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A8E is #787571. Grayscale: #898989. Windows color (decimal): -7894386 or 9341575. OLE color: 9341575.

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

Color convert

RGB 135 138 142 -
CMYK 0.05 0.03 0 0.44
HSL 214.29º 0.03% 0.54% -
HSV(B) 214.29º 0.05% 0.56% -
XYZ 23.96 25.28 29.21 -
YUV 137.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 135 138 142 0.05 0.03 0 0.44 214.29 0.03 0.54
Hex 87 8A 8E 5 3 0 2C D6 3 36
Octal 207 212 216 5 3 0 54 326 3 66
Binary 10000111 10001010 10001110 101 11 0 101100 11010110 11 110110

Color Harmonies of #878A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A8E

Black with #878A8E

Text Example


Text Example

White with #878A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878A8E; }

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

 H1.HeaderClassName
 {
   color: #878A8E;
 }
 .AnyTagClassName
 {
   color: #878A8E;
 }
</style>

background-color css

<style>
 a { background-color: #878A8E; }

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

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

border-color css

<style>
 span { border-color: #878A8E; }

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

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