#808C89

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

Shades of Oslo Grey #808C89

Tints of Oslo Grey #808C89

Color information

#808C89 (or 0x808C89) is unknown color: approx Oslo Grey. HEX triplet: 80, 8C and 89. RGB value is (128,140,137). Sum of RGB (Red+Green+Blue) = 128+140+137=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #808C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C89 is #7F7376. Grayscale: #888888. Windows color (decimal): -8352631 or 9014400. OLE color: 9014400.

HSL color Cylindrical-coordinate representation of color #808C89: hue angle of 165º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808C89 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB128140137-
CMYK0.0900.020.45
HSL165º4.96%52.55%-
HSV(B)165º8.57%54.9%-
XYZ22.825.1527.32-
YUV136.07128.52122.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=31.60%
G=34.57%
B=33.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281401370.0900.020.451654.9652.55
Hex808C899022Da5535
Octal200214211110255245565
Binary100000001000110010001001100101010110110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808C89; }

 p { color: rgb(128,140,137); }

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

<style>
 a { background-color: #808C89; }

 a { background-color: rgb(128,140,137); }

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

<style>
 span { border-color: #808C89; }

 span { border-color: rgb(128,140,137); }

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