#7F8685

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

Shades of Oslo Grey #7F8685

Tints of Oslo Grey #7F8685

Color information

#7F8685 (or 0x7F8685) is unknown color: approx Oslo Grey. HEX triplet: 7F, 86 and 85. RGB value is (127,134,133). Sum of RGB (Red+Green+Blue) = 127+134+133=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8685 is #80797A. Grayscale: #838383. Windows color (decimal): -8419707 or 8750719. OLE color: 8750719.

HSL color Cylindrical-coordinate representation of color #7F8685: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F8685 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB127134133-
CMYK0.0500.010.47
HSL171.43º2.81%51.18%-
HSV(B)171.43º5.22%52.55%-
XYZ21.5123.2625.55-
YUV131.79128.68124.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=32.23%
G=34.01%
B=33.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341330.0500.010.47171.432.8151.18
Hex7F86855012Fab333
Octal17720620550157253363
Binary11111111000011010000101101011011111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8685; }

 p { color: rgb(127,134,133); }

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

<style>
 a { background-color: #7F8685; }

 a { background-color: rgb(127,134,133); }

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

<style>
 span { border-color: #7F8685; }

 span { border-color: rgb(127,134,133); }

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