#888682

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

Shades of Friar Grey #888682

Tints of Friar Grey #888682

Color information

#888682 (or 0x888682) is unknown color: approx Friar Grey. HEX triplet: 88, 86 and 82. RGB value is (136,134,130). Sum of RGB (Red+Green+Blue) = 136+134+130=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 136 - color contains mainly: red. Hex color #888682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888682 is #77797D. Grayscale: #868686. Windows color (decimal): -7829886 or 8554120. OLE color: 8554120.

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

Color convert

RGB136134130-
CMYK00.010.040.47
HSL40º2.46%52.16%-
HSV(B)40º4.41%53.33%-
XYZ22.7123.924.53-
YUV134.14125.66129.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=34%
G=33.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613413000.010.040.47402.4652.16
Hex8886820142F28234
Octal2102062020145750264
Binary1000100010000110100000100110010111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888682; }

 p { color: rgb(136,134,130); }

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

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

 a { background-color: rgb(136,134,130); }

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

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

 span { border-color: rgb(136,134,130); }

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