#878B8B

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

Shades of Oslo Grey #878B8B

Tints of Oslo Grey #878B8B

Color information

#878B8B (or 0x878B8B) is unknown color: approx Oslo Grey. HEX triplet: 87, 8B and 8B. RGB value is (135,139,139). Sum of RGB (Red+Green+Blue) = 135+139+139=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #878B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B8B is #787474. Grayscale: #898989. Windows color (decimal): -7894133 or 9145223. OLE color: 9145223.

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

Color convert

RGB135139139-
CMYK0.03000.45
HSL180º1.69%53.73%-
HSV(B)180º2.88%54.51%-
XYZ23.8825.4828.09-
YUV137.8128.67126-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=32.69%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391390.03000.451801.6953.73
Hex878B8B3002Db4236
Octal20721321330055264266
Binary10000111100010111000101111001011011011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,139); }

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

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

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

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

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

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

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