#888475

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

Shades of Friar Grey #888475

Tints of Friar Grey #888475

Color information

#888475 (or 0x888475) is unknown color: approx Friar Grey. HEX triplet: 88, 84 and 75. RGB value is (136,132,117). Sum of RGB (Red+Green+Blue) = 136+132+117=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888475 is #777B8A. Grayscale: #838383. Windows color (decimal): -7830411 or 7701640. OLE color: 7701640.

HSL color Cylindrical-coordinate representation of color #888475: hue angle of 47.37º 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 #888475 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB136132117-
CMYK00.030.140.47
HSL47.37º7.51%49.61%-
HSV(B)47.37º13.97%53.33%-
XYZ21.6223.0220.13-
YUV131.49119.83131.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=35.32%
G=34.29%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613211700.030.140.4747.377.5149.61
Hex88847503E2F2f832
Octal210204165031657571062
Binary1000100010000100111010101111101011111011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888475; }

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

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

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

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

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

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

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

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