Html Css Color HEX #82826F Schist

📋 copy color: '#82826F'

red 130 ◦ green 130 ◦ blue 111

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

Shades of Schist #82826F

Tints of Schist #82826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 35.04%
G = 35.04%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82826F (or 0x82826F) is known color: Schist. HEX triplet: 82, 82 and 6F. RGB value is (130,130,111). Sum of RGB (Red+Green+Blue) = 130+130+111=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826F is #7D7D90. Grayscale: #7F7F7F. Windows color (decimal): -8224145 or 7307906. OLE color: 7307906.

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

Color convert

RGB 130 130 111 -
CMYK 0 0 0.15 0.49
HSL 60º 0.08% 0.47% -
HSV(B) 60º 0.15% 0.51% -
XYZ 20.06 21.86 18.2 -
YUV 127.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 130 130 111 0 0 0.15 0.49 60 0.08 0.47
Hex 82 82 6F 0 0 F 31 3C 8 2F
Octal 202 202 157 0 0 17 61 74 10 57
Binary 10000010 10000010 1101111 0 0 1111 110001 111100 1000 101111

Color Harmonies of #82826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82826F

Black with #82826F

Text Example


Text Example

White with #82826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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