Html Css Color HEX #828375 Schist

📋 copy color: '#828375'

red 130 ◦ green 131 ◦ blue 117

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

Shades of Schist #828375

Tints of Schist #828375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 34.39%
G = 34.66%
B = 30.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#828375 (or 0x828375) is known color: Schist. HEX triplet: 82, 83 and 75. RGB value is (130,131,117). Sum of RGB (Red+Green+Blue) = 130+131+117=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 131 - color contains mainly: green. Hex color #828375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828375 is #7D7C8A. Grayscale: #818181. Windows color (decimal): -8223883 or 7701378. OLE color: 7701378.

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

Color convert

RGB 130 131 117 -
CMYK 0.01 0 0.11 0.49
HSL 64.29º 0.06% 0.49% -
HSV(B) 64.29º 0.11% 0.51% -
XYZ 20.53 22.26 20.04 -
YUV 129.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 130 131 117 0.01 0 0.11 0.49 64.29 0.06 0.49
Hex 82 83 75 1 0 B 31 40 6 31
Octal 202 203 165 1 0 13 61 100 6 61
Binary 10000010 10000011 1110101 1 0 1011 110001 1000000 110 110001

Color Harmonies of #828375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828375

Black with #828375

Text Example


Text Example

White with #828375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828375; }

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

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

background-color css

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

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

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

border-color css

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

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

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