#888D8C

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

Shades of Oslo Grey #888D8C

Tints of Oslo Grey #888D8C

Color information

#888D8C (or 0x888D8C) is unknown color: approx Oslo Grey. HEX triplet: 88, 8D and 8C. RGB value is (136,141,140). Sum of RGB (Red+Green+Blue) = 136+141+140=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 141 - color contains mainly: green. Hex color #888D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D8C is #777273. Grayscale: #8B8B8B. Windows color (decimal): -7828084 or 9211272. OLE color: 9211272.

HSL color Cylindrical-coordinate representation of color #888D8C: hue angle of 168º degrees, saturation: 0.02, 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 #888D8C is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB136141140-
CMYK0.0400.010.45
HSL168º2.15%54.31%-
HSV(B)168º3.55%55.29%-
XYZ24.4126.1828.58-
YUV139.39128.34125.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=32.61%
G=33.81%
B=33.57%

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
Decimal1361411400.0400.010.451682.1554.31
Hex888D8C4012Da8236
Octal21021521440155250266
Binary100010001000110110001100100011011011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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