#888473

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

Shades of Friar Grey #888473

Tints of Friar Grey #888473

Color information

#888473 (or 0x888473) is unknown color: approx Friar Grey. HEX triplet: 88, 84 and 73. RGB value is (136,132,115). Sum of RGB (Red+Green+Blue) = 136+132+115=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888473 is #777B8C. Grayscale: #838383. Windows color (decimal): -7830413 or 7570568. OLE color: 7570568.

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

Color convert

RGB136132115-
CMYK00.030.150.47
HSL48.57º8.37%49.22%-
HSV(B)48.57º15.44%53.33%-
XYZ21.522.9719.52-
YUV131.26118.83131.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=35.51%
G=34.46%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613211500.030.150.4748.578.3749.22
Hex88847303F2F31831
Octal210204163031757611061
Binary1000100010000100111001101111111011111100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888473; }

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

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

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

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

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

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

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

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