Html Css Color HEX #828888 Oslo Grey

📋 copy color: '#828888'

red 130 ◦ green 136 ◦ blue 136

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

Shades of Oslo Grey #828888

Tints of Oslo Grey #828888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 32.34%
G = 33.83%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828888 (or 0x828888) is known color: Oslo Grey. HEX triplet: 82, 88 and 88. RGB value is (130,136,136). Sum of RGB (Red+Green+Blue) = 130+136+136=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #828888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828888 is #7D7777. Grayscale: #868686. Windows color (decimal): -8222584 or 8947842. OLE color: 8947842.

HSL color Cylindrical-coordinate representation of color #828888: 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.04%. Process color model (Four color, CMYK) of #828888 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 136 -
CMYK 0.04 0 0 0.47
HSL 180º 0.02% 0.52% -
HSV(B) 180º 0.04% 0.53% -
XYZ 22.45 24.13 26.77 -
YUV 134.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 130 136 136 0.04 0 0 0.47 180 0.02 0.52
Hex 82 88 88 4 0 0 2F B4 2 34
Octal 202 210 210 4 0 0 57 264 2 64
Binary 10000010 10001000 10001000 100 0 0 101111 10110100 10 110100

Color Harmonies of #828888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828888

Black with #828888

Text Example


Text Example

White with #828888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828888; }

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

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

background-color css

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

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

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

border-color css

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

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

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