#8A877A

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

Shades of Friar Grey #8A877A

Tints of Friar Grey #8A877A

Color information

#8A877A (or 0x8A877A) is unknown color: approx Friar Grey. HEX triplet: 8A, 87 and 7A. RGB value is (138,135,122). Sum of RGB (Red+Green+Blue) = 138+135+122=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A877A is #757885. Grayscale: #868686. Windows color (decimal): -7698566 or 8030090. OLE color: 8030090.

HSL color Cylindrical-coordinate representation of color #8A877A: hue angle of 48.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A877A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB138135122-
CMYK00.020.120.46
HSL48.75º6.4%50.98%-
HSV(B)48.75º11.59%54.12%-
XYZ22.6624.1421.88-
YUV134.42120.99130.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=34.94%
G=34.18%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813512200.020.120.4648.756.450.98
Hex8A877A02C2E31633
Octal21220717202145661663
Binary100010101000011111110100101100101110110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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