#828076

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

Shades of Friar Grey #828076

Tints of Friar Grey #828076

Color information

#828076 (or 0x828076) is unknown color: approx Friar Grey. HEX triplet: 82, 80 and 76. RGB value is (130,128,118). Sum of RGB (Red+Green+Blue) = 130+128+118=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #828076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828076 is #7D7F89. Grayscale: #7F7F7F. Windows color (decimal): -8224650 or 7766146. OLE color: 7766146.

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

Color convert

RGB130128118-
CMYK00.020.090.49
HSL50º4.84%48.63%-
HSV(B)50º9.23%50.98%-
XYZ20.221.4920.22-
YUV127.46122.66129.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=34.57%
G=34.04%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012811800.020.090.49504.8448.63
Hex8280760293132531
Octal20220016602116162561
Binary100000101000000011101100101001110001110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828076; }

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

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

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

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

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

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

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

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