#888784

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

Shades of Friar Grey #888784

Tints of Friar Grey #888784

Color information

#888784 (or 0x888784) is unknown color: approx Friar Grey. HEX triplet: 88, 87 and 84. RGB value is (136,135,132). Sum of RGB (Red+Green+Blue) = 136+135+132=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 136 - color contains mainly: red. Hex color #888784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888784 is #77787B. Grayscale: #868686. Windows color (decimal): -7829628 or 8685448. OLE color: 8685448.

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

Color convert

RGB136135132-
CMYK00.010.030.47
HSL45º1.65%52.55%-
HSV(B)45º2.94%53.33%-
XYZ22.9824.2325.3-
YUV134.96126.33128.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=33.75%
G=33.50%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613513200.010.030.47451.6552.55
Hex8887840132F2d235
Octal2102072040135755265
Binary100010001000011110000100011110111110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888784; }

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

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

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

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

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

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

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

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