#85847E

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

Shades of Friar Grey #85847E

Tints of Friar Grey #85847E

Color information

#85847E (or 0x85847E) is unknown color: approx Friar Grey. HEX triplet: 85, 84 and 7E. RGB value is (133,132,126). Sum of RGB (Red+Green+Blue) = 133+132+126=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 133 - color contains mainly: red. Hex color #85847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847E is #7A7B81. Grayscale: #838383. Windows color (decimal): -8027010 or 8291461. OLE color: 8291461.

HSL color Cylindrical-coordinate representation of color #85847E: hue angle of 51.43º degrees, saturation: 0.03, 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 #85847E is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133132126-
CMYK00.010.050.48
HSL51.43º2.79%50.78%-
HSV(B)51.43º5.26%52.16%-
XYZ21.692323.03-
YUV131.61124.83128.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=34.02%
G=33.76%
B=32.23%

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
Decimal13313212600.010.050.4851.432.7950.78
Hex85847E0153033333
Octal2052041760156063363
Binary100001011000010011111100110111000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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