#808F8C

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

Shades of Oslo Grey #808F8C

Tints of Oslo Grey #808F8C

Color information

#808F8C (or 0x808F8C) is unknown color: approx Oslo Grey. HEX triplet: 80, 8F and 8C. RGB value is (128,143,140). Sum of RGB (Red+Green+Blue) = 128+143+140=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 143 - color contains mainly: green. Hex color #808F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F8C is #7F7073. Grayscale: #8A8A8A. Windows color (decimal): -8351860 or 9211776. OLE color: 9211776.

HSL color Cylindrical-coordinate representation of color #808F8C: hue angle of 168º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808F8C is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB128143140-
CMYK0.1000.020.44
HSL168º6.28%53.14%-
HSV(B)168º10.49%56.08%-
XYZ23.4626.1328.62-
YUV138.17129.03120.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=31.14%
G=34.79%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281431400.1000.020.441686.2853.14
Hex808F8CA022Ca8635
Octal200217214120254250665
Binary100000001000111110001100101001010110010101000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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