#828079

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

Shades of Friar Grey #828079

Tints of Friar Grey #828079

Color information

#828079 (or 0x828079) is unknown color: approx Friar Grey. HEX triplet: 82, 80 and 79. RGB value is (130,128,121). Sum of RGB (Red+Green+Blue) = 130+128+121=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 130 - color contains mainly: red. Hex color #828079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828079 is #7D7F86. Grayscale: #7F7F7F. Windows color (decimal): -8224647 or 7962754. OLE color: 7962754.

HSL color Cylindrical-coordinate representation of color #828079: hue angle of 46.67º 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 #828079 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB130128121-
CMYK00.020.070.49
HSL46.67º3.59%49.22%-
HSV(B)46.67º6.92%50.98%-
XYZ20.3821.5621.18-
YUV127.8124.16129.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=34.30%
G=33.77%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012812100.020.070.4946.673.5949.22
Hex828079027312f431
Octal2022001710276157461
Binary10000010100000001111001010111110001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828079; }

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

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

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

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

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

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

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

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