#878D8C

Color #878D8C Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #878D8C

Tints of Oslo Grey #878D8C

Color information

#878D8C (or 0x878D8C) is unknown color: approx Oslo Grey. HEX triplet: 87, 8D and 8C. RGB value is (135,141,140). Sum of RGB (Red+Green+Blue) = 135+141+140=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 141 - color contains mainly: green. Hex color #878D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D8C is #787273. Grayscale: #8B8B8B. Windows color (decimal): -7893620 or 9211271. OLE color: 9211271.

HSL color Cylindrical-coordinate representation of color #878D8C: hue angle of 170º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878D8C is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB135141140-
CMYK0.0400.010.45
HSL170º2.56%54.12%-
HSV(B)170º4.26%55.29%-
XYZ24.2526.0928.57-
YUV139.09128.51125.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=32.45%
G=33.89%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411400.0400.010.451702.5654.12
Hex878D8C4012Daa336
Octal20721521440155252366
Binary100001111000110110001100100011011011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #878D8C;
 }
 .AnyTagClassName
 {
   color: #878D8C;
 }
</style>
background-color css

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

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

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

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

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

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