Html Css Color HEX #8D897D Friar Grey

📋 copy color: '#8D897D'

red 141 ◦ green 137 ◦ blue 125

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

Shades of Friar Grey #8D897D

Tints of Friar Grey #8D897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 34.99%
G = 34%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D897D (or 0x8D897D) is known color: Friar Grey. HEX triplet: 8D, 89 and 7D. RGB value is (141,137,125). Sum of RGB (Red+Green+Blue) = 141+137+125=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897D is #727682. Grayscale: #888888. Windows color (decimal): -7501443 or 8227213. OLE color: 8227213.

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

Color convert

RGB 141 137 125 -
CMYK 0 0.03 0.11 0.45
HSL 45º 0.07% 0.52% -
HSV(B) 45º 0.11% 0.55% -
XYZ 23.63 25.03 22.99 -
YUV 136.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 141 137 125 0 0.03 0.11 0.45 45 0.07 0.52
Hex 8D 89 7D 0 3 B 2D 2D 7 34
Octal 215 211 175 0 3 13 55 55 7 64
Binary 10001101 10001001 1111101 0 11 1011 101101 101101 111 110100

Color Harmonies of #8D897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D897D

Black with #8D897D

Text Example


Text Example

White with #8D897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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