Html Css Color HEX #828685 Oslo Grey

📋 copy color: '#828685'

red 130 ◦ green 134 ◦ blue 133

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

Shades of Oslo Grey #828685

Tints of Oslo Grey #828685

RGB

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

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

 BLUE value IS 133 (52.34% 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

#828685 (or 0x828685) is known color: Oslo Grey. HEX triplet: 82, 86 and 85. RGB value is (130,134,133). Sum of RGB (Red+Green+Blue) = 130+134+133=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 134 - color contains mainly: green. Hex color #828685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828685 is #7D797A. Grayscale: #848484. Windows color (decimal): -8223099 or 8750722. OLE color: 8750722.

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

Color convert

RGB 130 134 133 -
CMYK 0.03 0 0.01 0.47
HSL 165º 0.02% 0.52% -
HSV(B) 165º 0.03% 0.53% -
XYZ 21.96 23.49 25.57 -
YUV 132.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 130 134 133 0.03 0 0.01 0.47 165 0.02 0.52
Hex 82 86 85 3 0 1 2F A5 2 34
Octal 202 206 205 3 0 1 57 245 2 64
Binary 10000010 10000110 10000101 11 0 1 101111 10100101 10 110100

Color Harmonies of #828685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828685

Black with #828685

Text Example


Text Example

White with #828685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828685; }

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

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

background-color css

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

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

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

border-color css

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

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

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