#888C8B

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

Shades of Oslo Grey #888C8B

Tints of Oslo Grey #888C8B

Color information

#888C8B (or 0x888C8B) is unknown color: approx Oslo Grey. HEX triplet: 88, 8C and 8B. RGB value is (136,140,139). Sum of RGB (Red+Green+Blue) = 136+140+139=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 140 - color contains mainly: green. Hex color #888C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C8B is #777374. Grayscale: #8A8A8A. Windows color (decimal): -7828341 or 9145480. OLE color: 9145480.

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

Color convert

RGB136140139-
CMYK0.0300.010.45
HSL165º1.71%54.12%-
HSV(B)165º2.86%54.9%-
XYZ24.1925.8528.14-
YUV138.69128.17126.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=32.77%
G=33.73%
B=33.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401390.0300.010.451651.7154.12
Hex888C8B3012Da5236
Octal21021421330155245266
Binary10001000100011001000101111011011011010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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