Html Css Color HEX #828686 Oslo Grey

📋 copy color: '#828686'

red 130 ◦ green 134 ◦ blue 134

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

Shades of Oslo Grey #828686

Tints of Oslo Grey #828686

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 32.66%
G = 33.67%
B = 33.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828686 (or 0x828686) is known color: Oslo Grey. HEX triplet: 82, 86 and 86. RGB value is (130,134,134). Sum of RGB (Red+Green+Blue) = 130+134+134=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #828686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828686 is #7D7979. Grayscale: #848484. Windows color (decimal): -8223098 or 8816258. OLE color: 8816258.

HSL color Cylindrical-coordinate representation of color #828686: hue angle of 180º 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 #828686 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 134 -
CMYK 0.03 0 0 0.47
HSL 180º 0.02% 0.52% -
HSV(B) 180º 0.03% 0.53% -
XYZ 22.03 23.52 25.93 -
YUV 132.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 130 134 134 0.03 0 0 0.47 180 0.02 0.52
Hex 82 86 86 3 0 0 2F B4 2 34
Octal 202 206 206 3 0 0 57 264 2 64
Binary 10000010 10000110 10000110 11 0 0 101111 10110100 10 110100

Color Harmonies of #828686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828686

Black with #828686

Text Example


Text Example

White with #828686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828686; }

 p { color: rgb(130,134,134); }

 H1.HeaderClassName
 {
   color: #828686;
 }
 .AnyTagClassName
 {
   color: #828686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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