Html Css Color HEX #82826D Schist

📋 copy color: '#82826D'

red 130 ◦ green 130 ◦ blue 109

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

Shades of Schist #82826D

Tints of Schist #82826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 35.23%
G = 35.23%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82826D (or 0x82826D) is known color: Schist. HEX triplet: 82, 82 and 6D. RGB value is (130,130,109). Sum of RGB (Red+Green+Blue) = 130+130+109=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826D is #7D7D92. Grayscale: #7F7F7F. Windows color (decimal): -8224147 or 7176834. OLE color: 7176834.

HSL color Cylindrical-coordinate representation of color #82826D: 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.16%. Process color model (Four color, CMYK) of #82826D is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 109 -
CMYK 0 0 0.16 0.49
HSL 60º 0.09% 0.47% -
HSV(B) 60º 0.16% 0.51% -
XYZ 19.95 21.82 17.63 -
YUV 127.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 130 130 109 0 0 0.16 0.49 60 0.09 0.47
Hex 82 82 6D 0 0 10 31 3C 9 2F
Octal 202 202 155 0 0 20 61 74 11 57
Binary 10000010 10000010 1101101 0 0 10000 110001 111100 1001 101111

Color Harmonies of #82826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82826D

Black with #82826D

Text Example


Text Example

White with #82826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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