Html Css Color HEX #8D8879 Friar Grey

📋 copy color: '#8D8879'

red 141 ◦ green 136 ◦ blue 121

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

Shades of Friar Grey #8D8879

Tints of Friar Grey #8D8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 35.43%
G = 34.17%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8D8879 (or 0x8D8879) is known color: Friar Grey. HEX triplet: 8D, 88 and 79. RGB value is (141,136,121). Sum of RGB (Red+Green+Blue) = 141+136+121=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8879 is #727786. Grayscale: #878787. Windows color (decimal): -7501703 or 7964813. OLE color: 7964813.

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

Color convert

RGB 141 136 121 -
CMYK 0 0.04 0.14 0.45
HSL 45º 0.08% 0.51% -
HSV(B) 45º 0.14% 0.55% -
XYZ 23.24 24.65 21.62 -
YUV 135.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 141 136 121 0 0.04 0.14 0.45 45 0.08 0.51
Hex 8D 88 79 0 4 E 2D 2D 8 33
Octal 215 210 171 0 4 16 55 55 10 63
Binary 10001101 10001000 1111001 0 100 1110 101101 101101 1000 110011

Color Harmonies of #8D8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8879

Black with #8D8879

Text Example


Text Example

White with #8D8879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,121); }

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

background-color css

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

 a { background-color: rgb(141,136,121); }

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

border-color css

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

 span { border-color: rgb(141,136,121); }

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