Html Css Color HEX #828477 Schist

📋 copy color: '#828477'

red 130 ◦ green 132 ◦ blue 119

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

Shades of Schist #828477

Tints of Schist #828477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 34.12%
G = 34.65%
B = 31.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#828477 (or 0x828477) is known color: Schist. HEX triplet: 82, 84 and 77. RGB value is (130,132,119). Sum of RGB (Red+Green+Blue) = 130+132+119=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #828477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828477 is #7D7B88. Grayscale: #818181. Windows color (decimal): -8223625 or 7832706. OLE color: 7832706.

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

Color convert

RGB 130 132 119 -
CMYK 0.02 0 0.10 0.48
HSL 69.23º 0.05% 0.49% -
HSV(B) 69.23º 0.1% 0.52% -
XYZ 20.79 22.58 20.72 -
YUV 129.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 130 132 119 0.02 0 0.10 0.48 69.23 0.05 0.49
Hex 82 84 77 2 0 A 30 45 5 31
Octal 202 204 167 2 0 12 60 105 5 61
Binary 10000010 10000100 1110111 10 0 1010 110000 1000101 101 110001

Color Harmonies of #828477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828477

Black with #828477

Text Example


Text Example

White with #828477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828477; }

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

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

background-color css

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

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

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

border-color css

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

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

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