Html Css Color HEX #838786 Oslo Grey

📋 copy color: '#838786'

red 131 ◦ green 135 ◦ blue 134

#838786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #838786

Tints of Oslo Grey #838786

RGB

 RED value IS 131 (51.56% from 255) = 32.75%

 GREEN value IS 135 (53.13% 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 value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#838786 (or 0x838786) is known color: 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

RGB 131 135 134 -
CMYK 0.03 0 0.01 0.47
HSL 165º 0.02% 0.52% -
HSV(B) 165º 0.03% 0.53% -
XYZ 22.33 23.87 25.99 -
YUV 133.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 131 135 134 0.03 0 0.01 0.47 165 0.02 0.52
Hex 83 87 86 3 0 1 2F A5 2 34
Octal 203 207 206 3 0 1 57 245 2 64
Binary 10000011 10000111 10000110 11 0 1 101111 10100101 10 110100

Color Harmonies of #838786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838786

Black with #838786

Text Example


Text Example

White with #838786

Text Example


Text Example

HTML Codes & Css Web 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>