#8F8A7A

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

Shades of Friar Grey #8F8A7A

Tints of Friar Grey #8F8A7A

Color information

#8F8A7A (or 0x8F8A7A) is unknown color: approx Friar Grey. HEX triplet: 8F, 8A and 7A. RGB value is (143,138,122). Sum of RGB (Red+Green+Blue) = 143+138+122=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8A7A is #707585. Grayscale: #898989. Windows color (decimal): -7370118 or 8030863. OLE color: 8030863.

HSL color Cylindrical-coordinate representation of color #8F8A7A: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F8A7A is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143138122-
CMYK00.030.150.44
HSL45.71º8.57%51.96%-
HSV(B)45.71º14.69%56.08%-
XYZ23.9325.4222.06-
YUV137.67119.16131.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=35.48%
G=34.24%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313812200.030.150.4445.718.5751.96
Hex8F8A7A03F2C2e934
Octal217212172031754561164
Binary1000111110001010111101001111111011001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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