#8D877A

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

Shades of Friar Grey #8D877A

Tints of Friar Grey #8D877A

Color information

#8D877A (or 0x8D877A) is unknown color: approx Friar Grey. HEX triplet: 8D, 87 and 7A. RGB value is (141,135,122). Sum of RGB (Red+Green+Blue) = 141+135+122=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D877A is #727885. Grayscale: #878787. Windows color (decimal): -7501958 or 8030093. OLE color: 8030093.

HSL color Cylindrical-coordinate representation of color #8D877A: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D877A is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB141135122-
CMYK00.040.130.45
HSL41.05º7.69%51.57%-
HSV(B)41.05º13.48%55.29%-
XYZ23.1624.421.9-
YUV135.31120.49132.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=35.43%
G=33.92%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113512200.040.130.4541.057.6951.57
Hex8D877A04D2D29834
Octal215207172041555511064
Binary10001101100001111111010010011011011011010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D877A; }

 p { color: rgb(141,135,122); }

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

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

 a { background-color: rgb(141,135,122); }

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

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

 span { border-color: rgb(141,135,122); }

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