Html Css Color HEX #8D8779 Friar Grey

📋 copy color: '#8D8779'

red 141 ◦ green 135 ◦ blue 121

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

Shades of Friar Grey #8D8779

Tints of Friar Grey #8D8779

RGB

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

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

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

R = 35.52%
G = 34.01%
B = 30.48%

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

#8D8779 (or 0x8D8779) is known color: Friar Grey. HEX triplet: 8D, 87 and 79. RGB value is (141,135,121). Sum of RGB (Red+Green+Blue) = 141+135+121=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8779 is #727886. Grayscale: #878787. Windows color (decimal): -7501959 or 7964557. OLE color: 7964557.

HSL color Cylindrical-coordinate representation of color #8D8779: hue angle of 42º 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 #8D8779 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 135 121 -
CMYK 0 0.04 0.14 0.45
HSL 42º 0.08% 0.51% -
HSV(B) 42º 0.14% 0.55% -
XYZ 23.1 24.37 21.58 -
YUV 135.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 141 135 121 0 0.04 0.14 0.45 42 0.08 0.51
Hex 8D 87 79 0 4 E 2D 2A 8 33
Octal 215 207 171 0 4 16 55 52 10 63
Binary 10001101 10000111 1111001 0 100 1110 101101 101010 1000 110011

Color Harmonies of #8D8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8779

Black with #8D8779

Text Example


Text Example

White with #8D8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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