Html Css Color HEX #828682 Stack

📋 copy color: '#828682'

red 130 ◦ green 134 ◦ blue 130

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

Shades of Stack #828682

Tints of Stack #828682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 32.99%
G = 34.01%
B = 32.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#828682 (or 0x828682) is known color: Stack. HEX triplet: 82, 86 and 82. RGB value is (130,134,130). Sum of RGB (Red+Green+Blue) = 130+134+130=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 134 - color contains mainly: green. Hex color #828682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828682 is #7D797D. Grayscale: #848484. Windows color (decimal): -8223102 or 8554114. OLE color: 8554114.

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

Color convert

RGB 130 134 130 -
CMYK 0.03 0 0.03 0.47
HSL 120º 0.02% 0.52% -
HSV(B) 120º 0.03% 0.53% -
XYZ 21.76 23.41 24.49 -
YUV 132.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 130 134 130 0.03 0 0.03 0.47 120 0.02 0.52
Hex 82 86 82 3 0 3 2F 78 2 34
Octal 202 206 202 3 0 3 57 170 2 64
Binary 10000010 10000110 10000010 11 0 11 101111 1111000 10 110100

Color Harmonies of #828682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828682

Black with #828682

Text Example


Text Example

White with #828682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828682; }

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

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

background-color css

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

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

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

border-color css

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

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

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