Html Css Color HEX #828280 Jumbo

📋 copy color: '#828280'

red 130 ◦ green 130 ◦ blue 128

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

Shades of Jumbo #828280

Tints of Jumbo #828280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 33.51%
G = 33.51%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#828280 (or 0x828280) is known color: Jumbo. HEX triplet: 82, 82 and 80. RGB value is (130,130,128). Sum of RGB (Red+Green+Blue) = 130+130+128=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828280 is #7D7D7F. Grayscale: #818181. Windows color (decimal): -8224128 or 8422018. OLE color: 8422018.

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

Color convert

RGB 130 130 128 -
CMYK 0 0 0.02 0.49
HSL 60º 0.01% 0.51% -
HSV(B) 60º 0.02% 0.51% -
XYZ 21.08 22.27 23.61 -
YUV 129.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 130 130 128 0 0 0.02 0.49 60 0.01 0.51
Hex 82 82 80 0 0 2 31 3C 1 33
Octal 202 202 200 0 0 2 61 74 1 63
Binary 10000010 10000010 10000000 0 0 10 110001 111100 1 110011

Color Harmonies of #828280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828280

Black with #828280

Text Example


Text Example

White with #828280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828280; }

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

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

background-color css

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

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

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

border-color css

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

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

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