Html Css Color HEX #8F8B7A Friar Grey

📋 copy color: '#8F8B7A'

red 143 ◦ green 139 ◦ blue 122

#8F8B7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #8F8B7A

Tints of Friar Grey #8F8B7A

RGB

 RED value IS 143 (56.25% from 255) = 35.4%

 GREEN value IS 139 (54.69% from 255) = 34.41%

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 35.4%
G = 34.41%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F8B7A (or 0x8F8B7A) is known color: 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

RGB 143 139 122 -
CMYK 0 0.03 0.15 0.44
HSL 48.57º 0.09% 0.52% -
HSV(B) 48.57º 0.15% 0.56% -
XYZ 24.07 25.71 22.11 -
YUV 138.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 143 139 122 0 0.03 0.15 0.44 48.57 0.09 0.52
Hex 8F 8B 7A 0 3 F 2C 31 9 34
Octal 217 213 172 0 3 17 54 61 11 64
Binary 10001111 10001011 1111010 0 11 1111 101100 110001 1001 110100

Color Harmonies of #8F8B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8B7A

Black with #8F8B7A

Text Example


Text Example

White with #8F8B7A

Text Example


Text Example

HTML Codes & Css Web 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>