#85847C

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

Shades of Friar Grey #85847C

Tints of Friar Grey #85847C

Color information

#85847C (or 0x85847C) is unknown color: approx 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

RGB133132124-
CMYK00.010.070.48
HSL53.33º3.56%50.39%-
HSV(B)53.33º6.77%52.16%-
XYZ21.5622.9422.36-
YUV131.39123.83129.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313212400.010.070.4853.333.5650.39
Hex85847C0173035432
Octal2052041740176065462
Binary1000010110000100111110001111110000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>