#888576

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

Shades of Friar Grey #888576

Tints of Friar Grey #888576

Color information

#888576 (or 0x888576) is unknown color: approx Friar Grey. HEX triplet: 88, 85 and 76. RGB value is (136,133,118). Sum of RGB (Red+Green+Blue) = 136+133+118=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #888576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888576 is #777A89. Grayscale: #848484. Windows color (decimal): -7830154 or 7767432. OLE color: 7767432.

HSL color Cylindrical-coordinate representation of color #888576: hue angle of 50º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888576 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB136133118-
CMYK00.020.130.47
HSL50º7.09%49.8%-
HSV(B)50º13.24%53.33%-
XYZ21.8123.3220.49-
YUV132.19119.99130.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=35.14%
G=34.37%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613311800.020.130.47507.0949.8
Hex88857602D2F32732
Octal21020516602155762762
Binary100010001000010111101100101101101111110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888576; }

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

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

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

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

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

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

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

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