Html Css Color HEX #82826E Schist

📋 copy color: '#82826E'

red 130 ◦ green 130 ◦ blue 110

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

Shades of Schist #82826E

Tints of Schist #82826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 35.14%
G = 35.14%
B = 29.73%

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

#82826E (or 0x82826E) is known color: Schist. HEX triplet: 82, 82 and 6E. RGB value is (130,130,110). Sum of RGB (Red+Green+Blue) = 130+130+110=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826E is #7D7D91. Grayscale: #7F7F7F. Windows color (decimal): -8224146 or 7242370. OLE color: 7242370.

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

Color convert

RGB 130 130 110 -
CMYK 0 0 0.15 0.49
HSL 60º 0.08% 0.47% -
HSV(B) 60º 0.15% 0.51% -
XYZ 20 21.84 17.91 -
YUV 127.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 130 130 110 0 0 0.15 0.49 60 0.08 0.47
Hex 82 82 6E 0 0 F 31 3C 8 2F
Octal 202 202 156 0 0 17 61 74 10 57
Binary 10000010 10000010 1101110 0 0 1111 110001 111100 1000 101111

Color Harmonies of #82826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82826E

Black with #82826E

Text Example


Text Example

White with #82826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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