Html Css Color HEX #82816C Schist

📋 copy color: '#82816C'

red 130 ◦ green 129 ◦ blue 108

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

Shades of Schist #82816C

Tints of Schist #82816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 35.42%
G = 35.15%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82816C (or 0x82816C) is known color: Schist. HEX triplet: 82, 81 and 6C. RGB value is (130,129,108). Sum of RGB (Red+Green+Blue) = 130+129+108=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #82816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82816C is #7D7E93. Grayscale: #7E7E7E. Windows color (decimal): -8224404 or 7111042. OLE color: 7111042.

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

Color convert

RGB 130 129 108 -
CMYK 0 0.01 0.17 0.49
HSL 57.27º 0.09% 0.47% -
HSV(B) 57.27º 0.17% 0.51% -
XYZ 19.76 21.53 17.3 -
YUV 126.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 130 129 108 0 0.01 0.17 0.49 57.27 0.09 0.47
Hex 82 81 6C 0 1 11 31 39 9 2F
Octal 202 201 154 0 1 21 61 71 11 57
Binary 10000010 10000001 1101100 0 1 10001 110001 111001 1001 101111

Color Harmonies of #82816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82816C

Black with #82816C

Text Example


Text Example

White with #82816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82816C; }

 p { color: rgb(130,129,108); }

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

background-color css

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

 a { background-color: rgb(130,129,108); }

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

border-color css

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

 span { border-color: rgb(130,129,108); }

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