#82817E

Color #82817E Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #82817E

Tints of Friar Grey #82817E

Color information

#82817E (or 0x82817E) is unknown color: approx Friar Grey. HEX triplet: 82, 81 and 7E. RGB value is (130,129,126). Sum of RGB (Red+Green+Blue) = 130+129+126=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 130 - color contains mainly: red. Hex color #82817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82817E is #7D7E81. Grayscale: #808080. Windows color (decimal): -8224386 or 8290690. OLE color: 8290690.

HSL color Cylindrical-coordinate representation of color #82817E: hue angle of 45º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #82817E is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB130129126-
CMYK00.010.030.49
HSL45º1.57%50.2%-
HSV(B)45º3.08%50.98%-
XYZ20.8221.9522.88-
YUV128.96126.33128.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=33.77%
G=33.51%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012912600.010.030.49451.5750.2
Hex82817E013312d232
Octal2022011760136155262
Binary10000010100000011111110011111000110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,129,126); }

 H1.HeaderClassName
 {
   color: #82817E;
 }
 .AnyTagClassName
 {
   color: #82817E;
 }
</style>
background-color css

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

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

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

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

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

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