#828478

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

Shades of Schist #828478

Tints of Schist #828478

Color information

#828478 (or 0x828478) is unknown color: approx Schist. HEX triplet: 82, 84 and 78. RGB value is (130,132,120). Sum of RGB (Red+Green+Blue) = 130+132+120=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #828478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828478 is #7D7B87. Grayscale: #828282. Windows color (decimal): -8223624 or 7898242. OLE color: 7898242.

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

Color convert

RGB130132120-
CMYK0.0200.090.48
HSL70º4.76%49.41%-
HSV(B)70º9.09%51.76%-
XYZ20.8522.621.03-
YUV130.03122.34127.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=34.03%
G=34.55%
B=31.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321200.0200.090.48704.7649.41
Hex8284782093046531
Octal202204170201160106561
Binary1000001010000100111100010010011100001000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828478; }

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

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

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

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

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

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

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

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