Html Css Color HEX #84837C Friar Grey

📋 copy color: '#84837C'

red 132 ◦ green 131 ◦ blue 124

#84837C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #84837C

Tints of Friar Grey #84837C

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 value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84837C (or 0x84837C) is known color: 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

RGB 132 131 124 -
CMYK 0 0.01 0.06 0.48
HSL 52.5º 0.03% 0.5% -
HSV(B) 52.5º 0.06% 0.52% -
XYZ 21.27 22.59 22.31 -
YUV 130.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 132 131 124 0 0.01 0.06 0.48 52.5 0.03 0.5
Hex 84 83 7C 0 1 6 30 34 3 32
Octal 204 203 174 0 1 6 60 64 3 62
Binary 10000100 10000011 1111100 0 1 110 110000 110100 11 110010

Color Harmonies of #84837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84837C

Black with #84837C

Text Example


Text Example

White with #84837C

Text Example


Text Example

HTML Codes & Css Web 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>