#828179

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

Shades of Friar Grey #828179

Tints of Friar Grey #828179

Color information

#828179 (or 0x828179) is unknown color: approx Friar Grey. HEX triplet: 82, 81 and 79. RGB value is (130,129,121). Sum of RGB (Red+Green+Blue) = 130+129+121=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #828179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828179 is #7D7E86. Grayscale: #808080. Windows color (decimal): -8224391 or 7963010. OLE color: 7963010.

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

Color convert

RGB130129121-
CMYK00.010.070.49
HSL53.33º3.59%49.22%-
HSV(B)53.33º6.92%50.98%-
XYZ20.5121.8321.22-
YUV128.39123.83129.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=34.21%
G=33.95%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012912100.010.070.4953.333.5949.22
Hex8281790173135431
Octal2022011710176165461
Binary1000001010000001111100101111110001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828179; }

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

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

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

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

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

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

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

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