Html Css Color HEX #828086 Topaz

📋 copy color: '#828086'

red 130 ◦ green 128 ◦ blue 134

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

Shades of Topaz #828086

Tints of Topaz #828086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 33.16%
G = 32.65%
B = 34.18%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828086 (or 0x828086) is known color: Topaz. HEX triplet: 82, 80 and 86. RGB value is (130,128,134). Sum of RGB (Red+Green+Blue) = 130+128+134=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 134 - color contains mainly: blue. Hex color #828086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828086 is #7D7F79. Grayscale: #818181. Windows color (decimal): -8224634 or 8814722. OLE color: 8814722.

HSL color Cylindrical-coordinate representation of color #828086: hue angle of 260º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828086 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 128 134 -
CMYK 0.03 0.04 0 0.47
HSL 260º 0.02% 0.51% -
HSV(B) 260º 0.04% 0.53% -
XYZ 21.23 21.91 25.66 -
YUV 129.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 130 128 134 0.03 0.04 0 0.47 260 0.02 0.51
Hex 82 80 86 3 4 0 2F 104 2 33
Octal 202 200 206 3 4 0 57 404 2 63
Binary 10000010 10000000 10000110 11 100 0 101111 100000100 10 110011

Color Harmonies of #828086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828086

Black with #828086

Text Example


Text Example

White with #828086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828086; }

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

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

background-color css

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

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

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

border-color css

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

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

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