#888273

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

Shades of Friar Grey #888273

Tints of Friar Grey #888273

Color information

#888273 (or 0x888273) is unknown color: approx Friar Grey. HEX triplet: 88, 82 and 73. RGB value is (136,130,115). Sum of RGB (Red+Green+Blue) = 136+130+115=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888273 is #777D8C. Grayscale: #828282. Windows color (decimal): -7830925 or 7570056. OLE color: 7570056.

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

Color convert

RGB136130115-
CMYK00.040.150.47
HSL42.86º8.37%49.22%-
HSV(B)42.86º15.44%53.33%-
XYZ21.2322.4419.43-
YUV130.08119.49132.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=35.70%
G=34.12%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613011500.040.150.4742.868.3749.22
Hex88827304F2F2b831
Octal210202163041757531061
Binary10001000100000101110011010011111011111010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888273; }

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

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

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

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

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

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

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

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