#85847F

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

Shades of Friar Grey #85847F

Tints of Friar Grey #85847F

Color information

#85847F (or 0x85847F) is unknown color: approx Friar Grey. HEX triplet: 85, 84 and 7F. RGB value is (133,132,127). Sum of RGB (Red+Green+Blue) = 133+132+127=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 133 - color contains mainly: red. Hex color #85847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847F is #7A7B80. Grayscale: #838383. Windows color (decimal): -8027009 or 8356997. OLE color: 8356997.

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

Color convert

RGB133132127-
CMYK00.010.050.48
HSL50º2.4%50.98%-
HSV(B)50º4.51%52.16%-
XYZ21.7523.0223.38-
YUV131.73125.33128.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 127 (50% from 255) = 32.40%
R=33.93%
G=33.67%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313212700.010.050.48502.450.98
Hex85847F0153032233
Octal2052041770156062263
Binary100001011000010011111110110111000011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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