#82826F

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

Shades of Schist #82826F

Tints of Schist #82826F

Color information

#82826F (or 0x82826F) is unknown color: approx Schist. HEX triplet: 82, 82 and 6F. RGB value is (130,130,111). Sum of RGB (Red+Green+Blue) = 130+130+111=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826F is #7D7D90. Grayscale: #7F7F7F. Windows color (decimal): -8224145 or 7307906. OLE color: 7307906.

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

Color convert

RGB130130111-
CMYK000.150.49
HSL60º7.88%47.25%-
HSV(B)60º14.62%50.98%-
XYZ20.0621.8618.2-
YUV127.83118.5129.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=35.04%
G=35.04%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130111000.150.49607.8847.25
Hex82826F00F313c82f
Octal202202157001761741057
Binary100000101000001011011110011111100011111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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