Html Css Color HEX #8D8878 Friar Grey

📋 copy color: '#8D8878'

red 141 ◦ green 136 ◦ blue 120

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

Shades of Friar Grey #8D8878

Tints of Friar Grey #8D8878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 35.52%
G = 34.26%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8D8878 (or 0x8D8878) is known color: Friar Grey. HEX triplet: 8D, 88 and 78. RGB value is (141,136,120). Sum of RGB (Red+Green+Blue) = 141+136+120=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8878 is #727787. Grayscale: #878787. Windows color (decimal): -7501704 or 7899277. OLE color: 7899277.

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

Color convert

RGB 141 136 120 -
CMYK 0 0.04 0.15 0.45
HSL 45.71º 0.08% 0.51% -
HSV(B) 45.71º 0.15% 0.55% -
XYZ 23.18 24.63 21.3 -
YUV 135.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 141 136 120 0 0.04 0.15 0.45 45.71 0.08 0.51
Hex 8D 88 78 0 4 F 2D 2E 8 33
Octal 215 210 170 0 4 17 55 56 10 63
Binary 10001101 10001000 1111000 0 100 1111 101101 101110 1000 110011

Color Harmonies of #8D8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8878

Black with #8D8878

Text Example


Text Example

White with #8D8878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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