#838786

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

Shades of Oslo Grey #838786

Tints of Oslo Grey #838786

Color information

#838786 (or 0x838786) is unknown color: approx Oslo Grey. HEX triplet: 83, 87 and 86. RGB value is (131,135,134). Sum of RGB (Red+Green+Blue) = 131+135+134=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 135 - color contains mainly: green. Hex color #838786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838786 is #7C7879. Grayscale: #858585. Windows color (decimal): -8157306 or 8816515. OLE color: 8816515.

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

Color convert

RGB131135134-
CMYK0.0300.010.47
HSL165º1.64%52.16%-
HSV(B)165º2.96%52.94%-
XYZ22.3323.8725.99-
YUV133.69128.17126.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=32.75%
G=33.75%
B=33.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351340.0300.010.471651.6452.16
Hex8387863012Fa5234
Octal20320720630157245264
Binary10000011100001111000011011011011111010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838786; }

 p { color: rgb(131,135,134); }

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

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

 a { background-color: rgb(131,135,134); }

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

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

 span { border-color: rgb(131,135,134); }

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