Html Css Color HEX #878C8F Aluminium

📋 copy color: '#878C8F'

red 135 ◦ green 140 ◦ blue 143

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

Shades of Aluminium #878C8F

Tints of Aluminium #878C8F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 32.3%
G = 33.49%
B = 34.21%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#878C8F (or 0x878C8F) is known color: Aluminium. HEX triplet: 87, 8C and 8F. RGB value is (135,140,143). Sum of RGB (Red+Green+Blue) = 135+140+143=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 143 - color contains mainly: blue. Hex color #878C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C8F is #787370. Grayscale: #8A8A8A. Windows color (decimal): -7893873 or 9407623. OLE color: 9407623.

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

Color convert

RGB 135 140 143 -
CMYK 0.06 0.02 0 0.44
HSL 202.5º 0.03% 0.55% -
HSV(B) 202.5º 0.06% 0.56% -
XYZ 24.33 25.89 29.7 -
YUV 138.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 135 140 143 0.06 0.02 0 0.44 202.5 0.03 0.55
Hex 87 8C 8F 6 2 0 2C CA 3 37
Octal 207 214 217 6 2 0 54 312 3 67
Binary 10000111 10001100 10001111 110 10 0 101100 11001010 11 110111

Color Harmonies of #878C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C8F

Black with #878C8F

Text Example


Text Example

White with #878C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,140,143); }

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

background-color css

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

 a { background-color: rgb(135,140,143); }

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

border-color css

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

 span { border-color: rgb(135,140,143); }

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