Html Css Color HEX #8D8775 Friar Grey

📋 copy color: '#8D8775'

red 141 ◦ green 135 ◦ blue 117

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

Shades of Friar Grey #8D8775

Tints of Friar Grey #8D8775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 35.88%
G = 34.35%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D8775 (or 0x8D8775) is known color: Friar Grey. HEX triplet: 8D, 87 and 75. RGB value is (141,135,117). Sum of RGB (Red+Green+Blue) = 141+135+117=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8775 is #72788A. Grayscale: #868686. Windows color (decimal): -7501963 or 7702413. OLE color: 7702413.

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

Color convert

RGB 141 135 117 -
CMYK 0 0.04 0.17 0.45
HSL 45º 0.1% 0.51% -
HSV(B) 45º 0.17% 0.55% -
XYZ 22.86 24.28 20.31 -
YUV 134.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 141 135 117 0 0.04 0.17 0.45 45 0.1 0.51
Hex 8D 87 75 0 4 11 2D 2D A 33
Octal 215 207 165 0 4 21 55 55 12 63
Binary 10001101 10000111 1110101 0 100 10001 101101 101101 1010 110011

Color Harmonies of #8D8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8775

Black with #8D8775

Text Example


Text Example

White with #8D8775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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