#88857C

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

Shades of Friar Grey #88857C

Tints of Friar Grey #88857C

Color information

#88857C (or 0x88857C) is unknown color: approx Friar Grey. HEX triplet: 88, 85 and 7C. RGB value is (136,133,124). Sum of RGB (Red+Green+Blue) = 136+133+124=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857C is #777A83. Grayscale: #848484. Windows color (decimal): -7830148 or 8160648. OLE color: 8160648.

HSL color Cylindrical-coordinate representation of color #88857C: hue angle of 45º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88857C is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB136133124-
CMYK00.020.090.47
HSL45º4.8%50.98%-
HSV(B)45º8.82%53.33%-
XYZ22.1823.4622.43-
YUV132.87122.99130.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=34.61%
G=33.84%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613312400.020.090.47454.850.98
Hex88857C0292F2d533
Octal21020517402115755563
Binary100010001000010111111000101001101111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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