#84837C

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

Shades of Friar Grey #84837C

Tints of Friar Grey #84837C

Color information

#84837C (or 0x84837C) is unknown color: approx Friar Grey. HEX triplet: 84, 83 and 7C. RGB value is (132,131,124). Sum of RGB (Red+Green+Blue) = 132+131+124=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 132 - color contains mainly: red. Hex color #84837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84837C is #7B7C83. Grayscale: #828282. Windows color (decimal): -8092804 or 8160132. OLE color: 8160132.

HSL color Cylindrical-coordinate representation of color #84837C: hue angle of 52.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84837C is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132131124-
CMYK00.010.060.48
HSL52.5º3.15%50.2%-
HSV(B)52.5º6.06%51.76%-
XYZ21.2722.5922.31-
YUV130.5124.33129.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=34.11%
G=33.85%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213112400.010.060.4852.53.1550.2
Hex84837C0163035332
Octal2042031740166065362
Binary100001001000001111111000111011000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84837C; }

 p { color: rgb(132,131,124); }

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

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

 a { background-color: rgb(132,131,124); }

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

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

 span { border-color: rgb(132,131,124); }

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