Html Css Color HEX #828478 Schist

📋 copy color: '#828478'

red 130 ◦ green 132 ◦ blue 120

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

Shades of Schist #828478

Tints of Schist #828478

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 value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#828478 (or 0x828478) is known color: 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

RGB 130 132 120 -
CMYK 0.02 0 0.09 0.48
HSL 70º 0.05% 0.49% -
HSV(B) 70º 0.09% 0.52% -
XYZ 20.85 22.6 21.03 -
YUV 130.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 130 132 120 0.02 0 0.09 0.48 70 0.05 0.49
Hex 82 84 78 2 0 9 30 46 5 31
Octal 202 204 170 2 0 11 60 106 5 61
Binary 10000010 10000100 1111000 10 0 1001 110000 1000110 101 110001

Color Harmonies of #828478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828478

Black with #828478

Text Example


Text Example

White with #828478

Text Example


Text Example

HTML Codes & Css Web 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>