Html Css Color HEX #8D887A Friar Grey

📋 copy color: '#8D887A'

red 141 ◦ green 136 ◦ blue 122

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

Shades of Friar Grey #8D887A

Tints of Friar Grey #8D887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 35.34%
G = 34.09%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D887A (or 0x8D887A) is known color: Friar Grey. HEX triplet: 8D, 88 and 7A. RGB value is (141,136,122). Sum of RGB (Red+Green+Blue) = 141+136+122=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D887A is #727785. Grayscale: #878787. Windows color (decimal): -7501702 or 8030349. OLE color: 8030349.

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

Color convert

RGB 141 136 122 -
CMYK 0 0.04 0.13 0.45
HSL 44.21º 0.08% 0.52% -
HSV(B) 44.21º 0.13% 0.55% -
XYZ 23.3 24.68 21.95 -
YUV 135.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 141 136 122 0 0.04 0.13 0.45 44.21 0.08 0.52
Hex 8D 88 7A 0 4 D 2D 2C 8 34
Octal 215 210 172 0 4 15 55 54 10 64
Binary 10001101 10001000 1111010 0 100 1101 101101 101100 1000 110100

Color Harmonies of #8D887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D887A

Black with #8D887A

Text Example


Text Example

White with #8D887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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