#888573

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

Shades of Friar Grey #888573

Tints of Friar Grey #888573

Color information

#888573 (or 0x888573) is unknown color: approx Friar Grey. HEX triplet: 88, 85 and 73. RGB value is (136,133,115). Sum of RGB (Red+Green+Blue) = 136+133+115=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #888573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888573 is #777A8C. Grayscale: #838383. Windows color (decimal): -7830157 or 7570824. OLE color: 7570824.

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

Color convert

RGB136133115-
CMYK00.020.150.47
HSL51.43º8.37%49.22%-
HSV(B)51.43º15.44%53.33%-
XYZ21.6423.2519.57-
YUV131.84118.49130.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=35.42%
G=34.64%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613311500.020.150.4751.438.3749.22
Hex88857302F2F33831
Octal210205163021757631061
Binary1000100010000101111001101011111011111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888573; }

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

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

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

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

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

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

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

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