Html Css Color HEX #82826C Schist

📋 copy color: '#82826C'

red 130 ◦ green 130 ◦ blue 108

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

Shades of Schist #82826C

Tints of Schist #82826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 35.33%
G = 35.33%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82826C (or 0x82826C) is known color: Schist. HEX triplet: 82, 82 and 6C. RGB value is (130,130,108). Sum of RGB (Red+Green+Blue) = 130+130+108=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826C is #7D7D93. Grayscale: #7F7F7F. Windows color (decimal): -8224148 or 7111298. OLE color: 7111298.

HSL color Cylindrical-coordinate representation of color #82826C: hue angle of 60º 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 #82826C is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 108 -
CMYK 0 0 0.17 0.49
HSL 60º 0.09% 0.47% -
HSV(B) 60º 0.17% 0.51% -
XYZ 19.9 21.79 17.35 -
YUV 127.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 130 130 108 0 0 0.17 0.49 60 0.09 0.47
Hex 82 82 6C 0 0 11 31 3C 9 2F
Octal 202 202 154 0 0 21 61 74 11 57
Binary 10000010 10000010 1101100 0 0 10001 110001 111100 1001 101111

Color Harmonies of #82826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82826C

Black with #82826C

Text Example


Text Example

White with #82826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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