#8F8C7C

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

Shades of Friar Grey #8F8C7C

Tints of Friar Grey #8F8C7C

Color information

#8F8C7C (or 0x8F8C7C) is unknown color: approx Friar Grey. HEX triplet: 8F, 8C and 7C. RGB value is (143,140,124). Sum of RGB (Red+Green+Blue) = 143+140+124=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C7C is #707383. Grayscale: #8B8B8B. Windows color (decimal): -7369604 or 8162447. OLE color: 8162447.

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

Color convert

RGB143140124-
CMYK00.020.130.44
HSL50.53º7.82%52.35%-
HSV(B)50.53º13.29%56.08%-
XYZ24.3426.0522.81-
YUV139.07119.49130.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=35.14%
G=34.40%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14314012400.020.130.4450.537.8252.35
Hex8F8C7C02D2C33834
Octal217214174021554631064
Binary1000111110001100111110001011011011001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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