Html Css Color HEX #82826B Schist

📋 copy color: '#82826B'

red 130 ◦ green 130 ◦ blue 107

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

Shades of Schist #82826B

Tints of Schist #82826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 35.42%
G = 35.42%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82826B (or 0x82826B) is known color: Schist. HEX triplet: 82, 82 and 6B. RGB value is (130,130,107). Sum of RGB (Red+Green+Blue) = 130+130+107=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826B is #7D7D94. Grayscale: #7F7F7F. Windows color (decimal): -8224149 or 7045762. OLE color: 7045762.

HSL color Cylindrical-coordinate representation of color #82826B: hue angle of 60º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82826B is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 107 -
CMYK 0 0 0.18 0.49
HSL 60º 0.1% 0.46% -
HSV(B) 60º 0.18% 0.51% -
XYZ 19.84 21.77 17.07 -
YUV 127.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 130 130 107 0 0 0.18 0.49 60 0.1 0.46
Hex 82 82 6B 0 0 12 31 3C A 2E
Octal 202 202 153 0 0 22 61 74 12 56
Binary 10000010 10000010 1101011 0 0 10010 110001 111100 1010 101110

Color Harmonies of #82826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82826B

Black with #82826B

Text Example


Text Example

White with #82826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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