#88847C

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

Shades of Friar Grey #88847C

Tints of Friar Grey #88847C

Color information

#88847C (or 0x88847C) is unknown color: approx Friar Grey. HEX triplet: 88, 84 and 7C. RGB value is (136,132,124). Sum of RGB (Red+Green+Blue) = 136+132+124=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #88847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847C is #777B83. Grayscale: #848484. Windows color (decimal): -7830404 or 8160392. OLE color: 8160392.

HSL color Cylindrical-coordinate representation of color #88847C: hue angle of 40º 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 #88847C is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB136132124-
CMYK00.030.090.47
HSL40º4.8%50.98%-
HSV(B)40º8.82%53.33%-
XYZ22.0423.1922.38-
YUV132.28123.33130.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=34.69%
G=33.67%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613212400.030.090.47404.850.98
Hex88847C0392F28533
Octal21020417403115750563
Binary100010001000010011111000111001101111101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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