#8F8B7A

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

Shades of Friar Grey #8F8B7A

Tints of Friar Grey #8F8B7A

Color information

#8F8B7A (or 0x8F8B7A) is unknown color: approx Friar Grey. HEX triplet: 8F, 8B and 7A. RGB value is (143,139,122). Sum of RGB (Red+Green+Blue) = 143+139+122=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8B7A is #707485. Grayscale: #8A8A8A. Windows color (decimal): -7369862 or 8031119. OLE color: 8031119.

HSL color Cylindrical-coordinate representation of color #8F8B7A: hue angle of 48.57º 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 #8F8B7A is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143139122-
CMYK00.030.150.44
HSL48.57º8.57%51.96%-
HSV(B)48.57º14.69%56.08%-
XYZ24.0725.7122.11-
YUV138.26118.83131.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=35.40%
G=34.41%
B=30.20%

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
Decimal14313912200.030.150.4448.578.5751.96
Hex8F8B7A03F2C31934
Octal217213172031754611164
Binary1000111110001011111101001111111011001100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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