#888575

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

Shades of Friar Grey #888575

Tints of Friar Grey #888575

Color information

#888575 (or 0x888575) is unknown color: approx Friar Grey. HEX triplet: 88, 85 and 75. RGB value is (136,133,117). Sum of RGB (Red+Green+Blue) = 136+133+117=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #888575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888575 is #777A8A. Grayscale: #848484. Windows color (decimal): -7830155 or 7701896. OLE color: 7701896.

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

Color convert

RGB136133117-
CMYK00.020.140.47
HSL50.53º7.51%49.61%-
HSV(B)50.53º13.97%53.33%-
XYZ21.7523.2920.18-
YUV132.07119.49130.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=35.23%
G=34.46%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613311700.020.140.4750.537.5149.61
Hex88857502E2F33832
Octal210205165021657631062
Binary1000100010000101111010101011101011111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888575; }

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

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

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

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

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

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

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

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