#878F8E

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

Shades of Oslo Grey #878F8E

Tints of Oslo Grey #878F8E

Color information

#878F8E (or 0x878F8E) is unknown color: approx Oslo Grey. HEX triplet: 87, 8F and 8E. RGB value is (135,143,142). Sum of RGB (Red+Green+Blue) = 135+143+142=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 143 - color contains mainly: green. Hex color #878F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F8E is #787071. Grayscale: #8C8C8C. Windows color (decimal): -7893106 or 9342855. OLE color: 9342855.

HSL color Cylindrical-coordinate representation of color #878F8E: hue angle of 172.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 #878F8E is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB135143142-
CMYK0.0600.010.44
HSL172.5º3.45%54.51%-
HSV(B)172.5º5.59%56.08%-
XYZ24.726.7529.45-
YUV140.49128.85124.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=32.14%
G=34.05%
B=33.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351431420.0600.010.44172.53.4554.51
Hex878F8E6012Cac337
Octal20721721660154254367
Binary100001111000111110001110110011011001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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