#82827F

Color #82827F Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #82827F

Tints of Jumbo #82827F

Color information

#82827F (or 0x82827F) is unknown color: approx Jumbo. HEX triplet: 82, 82 and 7F. RGB value is (130,130,127). Sum of RGB (Red+Green+Blue) = 130+130+127=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82827F is #7D7D80. Grayscale: #818181. Windows color (decimal): -8224129 or 8356482. OLE color: 8356482.

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

Color convert

RGB130130127-
CMYK000.020.49
HSL60º1.19%50.39%-
HSV(B)60º2.31%50.98%-
XYZ21.0222.2423.26-
YUV129.66126.5128.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 127 (50% from 255) = 32.82%
R=33.59%
G=33.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130127000.020.49601.1950.39
Hex82827F002313c132
Octal2022021770026174162
Binary1000001010000010111111100101100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82827F; }

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

 H1.HeaderClassName
 {
   color: #82827F;
 }
 .AnyTagClassName
 {
   color: #82827F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #82827F;
 }
 .BgClassName
 {
   background-color: #82827F;
 }
</style>
border-color css

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

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

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