Html Css Color HEX #829284 Stack

📋 copy color: '#829284'

red 130 ◦ green 146 ◦ blue 132

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

Shades of Stack #829284

Tints of Stack #829284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 31.86%
G = 35.78%
B = 32.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#829284 (or 0x829284) is known color: Stack. HEX triplet: 82, 92 and 84. RGB value is (130,146,132). Sum of RGB (Red+Green+Blue) = 130+146+132=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #829284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829284 is #7D6D7B. Grayscale: #8B8B8B. Windows color (decimal): -8220028 or 8688258. OLE color: 8688258.

HSL color Cylindrical-coordinate representation of color #829284: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829284 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 132 -
CMYK 0.11 0 0.10 0.43
HSL 127.5º 0.07% 0.54% -
HSV(B) 127.5º 0.11% 0.57% -
XYZ 23.65 26.97 25.79 -
YUV 139.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 130 146 132 0.11 0 0.10 0.43 127.5 0.07 0.54
Hex 82 92 84 B 0 A 2B 80 7 36
Octal 202 222 204 13 0 12 53 200 7 66
Binary 10000010 10010010 10000100 1011 0 1010 101011 10000000 111 110110

Color Harmonies of #829284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829284

Black with #829284

Text Example


Text Example

White with #829284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829284; }

 p { color: rgb(130,146,132); }

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

background-color css

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

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

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

border-color css

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

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

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