Html Css Color HEX #85847C Friar Grey

📋 copy color: '#85847C'

red 133 ◦ green 132 ◦ blue 124

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

Shades of Friar Grey #85847C

Tints of Friar Grey #85847C

RGB

 RED value IS 133 (52.34% from 255) = 34.19%

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 34.19%
G = 33.93%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85847C (or 0x85847C) is known color: Friar Grey. HEX triplet: 85, 84 and 7C. RGB value is (133,132,124). Sum of RGB (Red+Green+Blue) = 133+132+124=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #85847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847C is #7A7B83. Grayscale: #838383. Windows color (decimal): -8027012 or 8160389. OLE color: 8160389.

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

Color convert

RGB 133 132 124 -
CMYK 0 0.01 0.07 0.48
HSL 53.33º 0.04% 0.5% -
HSV(B) 53.33º 0.07% 0.52% -
XYZ 21.56 22.94 22.36 -
YUV 131.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 133 132 124 0 0.01 0.07 0.48 53.33 0.04 0.5
Hex 85 84 7C 0 1 7 30 35 4 32
Octal 205 204 174 0 1 7 60 65 4 62
Binary 10000101 10000100 1111100 0 1 111 110000 110101 100 110010

Color Harmonies of #85847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85847C

Black with #85847C

Text Example


Text Example

White with #85847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85847C;
 }
 .AnyTagClassName
 {
   color: #85847C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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