#8F8C7F

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

Shades of Friar Grey #8F8C7F

Tints of Friar Grey #8F8C7F

Color information

#8F8C7F (or 0x8F8C7F) is unknown color: approx Friar Grey. HEX triplet: 8F, 8C and 7F. RGB value is (143,140,127). Sum of RGB (Red+Green+Blue) = 143+140+127=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C7F is #707380. Grayscale: #8B8B8B. Windows color (decimal): -7369601 or 8359055. OLE color: 8359055.

HSL color Cylindrical-coordinate representation of color #8F8C7F: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8C7F is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB143140127-
CMYK00.020.110.44
HSL48.75º6.67%52.94%-
HSV(B)48.75º11.19%56.08%-
XYZ24.5426.1323.83-
YUV139.42120.99130.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 127 (50% from 255) = 30.98%
R=34.88%
G=34.15%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14314012700.020.110.4448.756.6752.94
Hex8F8C7F02B2C31735
Octal21721417702135461765
Binary100011111000110011111110101011101100110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,140,127); }

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

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

 a { background-color: rgb(143,140,127); }

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

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

 span { border-color: rgb(143,140,127); }

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