Html Css Color HEX #8A867A Friar Grey

📋 copy color: '#8A867A'

red 138 ◦ green 134 ◦ blue 122

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

Shades of Friar Grey #8A867A

Tints of Friar Grey #8A867A

RGB

 RED value IS 138 (54.3% from 255) = 35.03%

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 35.03%
G = 34.01%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A867A (or 0x8A867A) is known color: Friar Grey. HEX triplet: 8A, 86 and 7A. RGB value is (138,134,122). Sum of RGB (Red+Green+Blue) = 138+134+122=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A867A is #757985. Grayscale: #858585. Windows color (decimal): -7698822 or 8029834. OLE color: 8029834.

HSL color Cylindrical-coordinate representation of color #8A867A: hue angle of 45º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A867A is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 134 122 -
CMYK 0 0.03 0.12 0.46
HSL 45º 0.06% 0.51% -
HSV(B) 45º 0.12% 0.54% -
XYZ 22.52 23.86 21.83 -
YUV 133.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 138 134 122 0 0.03 0.12 0.46 45 0.06 0.51
Hex 8A 86 7A 0 3 C 2E 2D 6 33
Octal 212 206 172 0 3 14 56 55 6 63
Binary 10001010 10000110 1111010 0 11 1100 101110 101101 110 110011

Color Harmonies of #8A867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A867A

Black with #8A867A

Text Example


Text Example

White with #8A867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,134,122); }

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

background-color css

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

 a { background-color: rgb(138,134,122); }

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

border-color css

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

 span { border-color: rgb(138,134,122); }

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