#888477

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

Shades of Friar Grey #888477

Tints of Friar Grey #888477

Color information

#888477 (or 0x888477) is unknown color: approx Friar Grey. HEX triplet: 88, 84 and 77. RGB value is (136,132,119). Sum of RGB (Red+Green+Blue) = 136+132+119=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #888477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888477 is #777B88. Grayscale: #838383. Windows color (decimal): -7830409 or 7832712. OLE color: 7832712.

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

Color convert

RGB136132119-
CMYK00.030.120.47
HSL45.88º6.67%50%-
HSV(B)45.88º12.5%53.33%-
XYZ21.7323.0720.76-
YUV131.71120.83131.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=35.14%
G=34.11%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613211900.030.120.4745.886.6750
Hex88847703C2F2e732
Octal21020416703145756762
Binary100010001000010011101110111100101111101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888477; }

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

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

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

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

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

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

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

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