Html Css Color HEX #828373 Schist

📋 copy color: '#828373'

red 130 ◦ green 131 ◦ blue 115

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

Shades of Schist #828373

Tints of Schist #828373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 34.57%
G = 34.84%
B = 30.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#828373 (or 0x828373) is known color: Schist. HEX triplet: 82, 83 and 73. RGB value is (130,131,115). Sum of RGB (Red+Green+Blue) = 130+131+115=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #828373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828373 is #7D7C8C. Grayscale: #808080. Windows color (decimal): -8223885 or 7570306. OLE color: 7570306.

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

Color convert

RGB 130 131 115 -
CMYK 0.01 0 0.12 0.49
HSL 63.75º 0.07% 0.48% -
HSV(B) 63.75º 0.12% 0.51% -
XYZ 20.42 22.22 19.43 -
YUV 128.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 130 131 115 0.01 0 0.12 0.49 63.75 0.07 0.48
Hex 82 83 73 1 0 C 31 40 7 30
Octal 202 203 163 1 0 14 61 100 7 60
Binary 10000010 10000011 1110011 1 0 1100 110001 1000000 111 110000

Color Harmonies of #828373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828373

Black with #828373

Text Example


Text Example

White with #828373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828373; }

 p { color: rgb(130,131,115); }

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

background-color css

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

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

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

border-color css

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

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

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