#88847B

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

Shades of Friar Grey #88847B

Tints of Friar Grey #88847B

Color information

#88847B (or 0x88847B) is unknown color: approx Friar Grey. HEX triplet: 88, 84 and 7B. RGB value is (136,132,123). Sum of RGB (Red+Green+Blue) = 136+132+123=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847B is #777B84. Grayscale: #848484. Windows color (decimal): -7830405 or 8094856. OLE color: 8094856.

HSL color Cylindrical-coordinate representation of color #88847B: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88847B is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136132123-
CMYK00.030.100.47
HSL41.54º5.18%50.78%-
HSV(B)41.54º9.56%53.33%-
XYZ21.9823.1722.05-
YUV132.17122.83130.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=34.78%
G=33.76%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613212300.030.100.4741.545.1850.78
Hex88847B03A2F2a533
Octal21020417303125752563
Binary100010001000010011110110111010101111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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