Html Css Color HEX #828A88 Oslo Grey

📋 copy color: '#828A88'

red 130 ◦ green 138 ◦ blue 136

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

Shades of Oslo Grey #828A88

Tints of Oslo Grey #828A88

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 32.18%
G = 34.16%
B = 33.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#828A88 (or 0x828A88) is known color: Oslo Grey. HEX triplet: 82, 8A and 88. RGB value is (130,138,136). Sum of RGB (Red+Green+Blue) = 130+138+136=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 138 - color contains mainly: green. Hex color #828A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A88 is #7D7577. Grayscale: #878787. Windows color (decimal): -8222072 or 8948354. OLE color: 8948354.

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

Color convert

RGB 130 138 136 -
CMYK 0.06 0 0.01 0.46
HSL 165º 0.03% 0.53% -
HSV(B) 165º 0.06% 0.54% -
XYZ 22.74 24.7 26.86 -
YUV 135.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 130 138 136 0.06 0 0.01 0.46 165 0.03 0.53
Hex 82 8A 88 6 0 1 2E A5 3 35
Octal 202 212 210 6 0 1 56 245 3 65
Binary 10000010 10001010 10001000 110 0 1 101110 10100101 11 110101

Color Harmonies of #828A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A88

Black with #828A88

Text Example


Text Example

White with #828A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A88; }

 p { color: rgb(130,138,136); }

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

background-color css

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

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

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

border-color css

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

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

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