Html Css Color HEX #8D8777 Friar Grey

📋 copy color: '#8D8777'

red 141 ◦ green 135 ◦ blue 119

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

Shades of Friar Grey #8D8777

Tints of Friar Grey #8D8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 35.7%
G = 34.18%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D8777 (or 0x8D8777) is known color: Friar Grey. HEX triplet: 8D, 87 and 77. RGB value is (141,135,119). Sum of RGB (Red+Green+Blue) = 141+135+119=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8777 is #727888. Grayscale: #878787. Windows color (decimal): -7501961 or 7833485. OLE color: 7833485.

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

Color convert

RGB 141 135 119 -
CMYK 0 0.04 0.16 0.45
HSL 43.64º 0.09% 0.51% -
HSV(B) 43.64º 0.16% 0.55% -
XYZ 22.98 24.32 20.94 -
YUV 134.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 141 135 119 0 0.04 0.16 0.45 43.64 0.09 0.51
Hex 8D 87 77 0 4 10 2D 2C 9 33
Octal 215 207 167 0 4 20 55 54 11 63
Binary 10001101 10000111 1110111 0 100 10000 101101 101100 1001 110011

Color Harmonies of #8D8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8777

Black with #8D8777

Text Example


Text Example

White with #8D8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,135,119); }

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

background-color css

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

 a { background-color: rgb(141,135,119); }

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

border-color css

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

 span { border-color: rgb(141,135,119); }

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