Html Css Color HEX #878C92 Aluminium

📋 copy color: '#878C92'

red 135 ◦ green 140 ◦ blue 146

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

Shades of Aluminium #878C92

Tints of Aluminium #878C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 32.07%
G = 33.25%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#878C92 (or 0x878C92) is known color: Aluminium. HEX triplet: 87, 8C and 92. RGB value is (135,140,146). Sum of RGB (Red+Green+Blue) = 135+140+146=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 146 - color contains mainly: blue. Hex color #878C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C92 is #78736D. Grayscale: #8B8B8B. Windows color (decimal): -7893870 or 9604231. OLE color: 9604231.

HSL color Cylindrical-coordinate representation of color #878C92: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878C92 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 140 146 -
CMYK 0.08 0.04 0 0.43
HSL 212.73º 0.05% 0.55% -
HSV(B) 212.73º 0.08% 0.57% -
XYZ 24.56 25.98 30.91 -
YUV 139.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 135 140 146 0.08 0.04 0 0.43 212.73 0.05 0.55
Hex 87 8C 92 8 4 0 2B D5 5 37
Octal 207 214 222 10 4 0 53 325 5 67
Binary 10000111 10001100 10010010 1000 100 0 101011 11010101 101 110111

Color Harmonies of #878C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C92

Black with #878C92

Text Example


Text Example

White with #878C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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