#888479

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

Shades of Friar Grey #888479

Tints of Friar Grey #888479

Color information

#888479 (or 0x888479) is unknown color: approx Friar Grey. HEX triplet: 88, 84 and 79. RGB value is (136,132,121). Sum of RGB (Red+Green+Blue) = 136+132+121=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #888479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888479 is #777B86. Grayscale: #838383. Windows color (decimal): -7830407 or 7963784. OLE color: 7963784.

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

Color convert

RGB136132121-
CMYK00.030.110.47
HSL44º5.93%50.39%-
HSV(B)44º11.03%53.33%-
XYZ21.8623.1221.4-
YUV131.94121.83130.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=34.96%
G=33.93%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613212100.030.110.47445.9350.39
Hex88847903B2F2c632
Octal21020417103135754662
Binary100010001000010011110010111011101111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888479; }

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

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

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

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

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

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

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

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