#84827A

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

Shades of Friar Grey #84827A

Tints of Friar Grey #84827A

Color information

#84827A (or 0x84827A) is unknown color: approx Friar Grey. HEX triplet: 84, 82 and 7A. RGB value is (132,130,122). Sum of RGB (Red+Green+Blue) = 132+130+122=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 132 - color contains mainly: red. Hex color #84827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84827A is #7B7D85. Grayscale: #818181. Windows color (decimal): -8093062 or 8028804. OLE color: 8028804.

HSL color Cylindrical-coordinate representation of color #84827A: hue angle of 48º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84827A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132130122-
CMYK00.020.080.48
HSL48º3.94%49.8%-
HSV(B)48º7.58%51.76%-
XYZ21.0122.2821.6-
YUV129.69123.66129.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=34.38%
G=33.85%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213012200.020.080.48483.9449.8
Hex84827A0283030432
Octal20420217202106060462
Binary100001001000001011110100101000110000110000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84827A; }

 p { color: rgb(132,130,122); }

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

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

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

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

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

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

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