Html Css Color HEX #8D897C Friar Grey

📋 copy color: '#8D897C'

red 141 ◦ green 137 ◦ blue 124

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

Shades of Friar Grey #8D897C

Tints of Friar Grey #8D897C

RGB

 RED value IS 141 (55.47% from 255) = 35.07%

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 35.07%
G = 34.08%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D897C (or 0x8D897C) is known color: Friar Grey. HEX triplet: 8D, 89 and 7C. RGB value is (141,137,124). Sum of RGB (Red+Green+Blue) = 141+137+124=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897C is #727683. Grayscale: #888888. Windows color (decimal): -7501444 or 8161677. OLE color: 8161677.

HSL color Cylindrical-coordinate representation of color #8D897C: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D897C is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 137 124 -
CMYK 0 0.03 0.12 0.45
HSL 45.88º 0.07% 0.52% -
HSV(B) 45.88º 0.12% 0.55% -
XYZ 23.57 25.01 22.65 -
YUV 136.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 141 137 124 0 0.03 0.12 0.45 45.88 0.07 0.52
Hex 8D 89 7C 0 3 C 2D 2E 7 34
Octal 215 211 174 0 3 14 55 56 7 64
Binary 10001101 10001001 1111100 0 11 1100 101101 101110 111 110100

Color Harmonies of #8D897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D897C

Black with #8D897C

Text Example


Text Example

White with #8D897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,137,124); }

 H1.HeaderClassName
 {
   color: #8D897C;
 }
 .AnyTagClassName
 {
   color: #8D897C;
 }
</style>

background-color css

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

 a { background-color: rgb(141,137,124); }

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

border-color css

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

 span { border-color: rgb(141,137,124); }

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