Html Css Color HEX #828372 Schist

📋 copy color: '#828372'

red 130 ◦ green 131 ◦ blue 114

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

Shades of Schist #828372

Tints of Schist #828372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 34.67%
G = 34.93%
B = 30.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#828372 (or 0x828372) is known color: Schist. HEX triplet: 82, 83 and 72. RGB value is (130,131,114). Sum of RGB (Red+Green+Blue) = 130+131+114=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #828372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828372 is #7D7C8D. Grayscale: #808080. Windows color (decimal): -8223886 or 7504770. OLE color: 7504770.

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

Color convert

RGB 130 131 114 -
CMYK 0.01 0 0.13 0.49
HSL 63.53º 0.07% 0.48% -
HSV(B) 63.53º 0.13% 0.51% -
XYZ 20.36 22.19 19.13 -
YUV 128.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 130 131 114 0.01 0 0.13 0.49 63.53 0.07 0.48
Hex 82 83 72 1 0 D 31 40 7 30
Octal 202 203 162 1 0 15 61 100 7 60
Binary 10000010 10000011 1110010 1 0 1101 110001 1000000 111 110000

Color Harmonies of #828372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828372

Black with #828372

Text Example


Text Example

White with #828372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828372; }

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

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

background-color css

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

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

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

border-color css

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

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

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