Html Css Color HEX #8A8579 Friar Grey

📋 copy color: '#8A8579'

red 138 ◦ green 133 ◦ blue 121

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

Shades of Friar Grey #8A8579

Tints of Friar Grey #8A8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 35.2%
G = 33.93%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A8579 (or 0x8A8579) is known color: Friar Grey. HEX triplet: 8A, 85 and 79. RGB value is (138,133,121). Sum of RGB (Red+Green+Blue) = 138+133+121=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8579 is #757A86. Grayscale: #858585. Windows color (decimal): -7699079 or 7964042. OLE color: 7964042.

HSL color Cylindrical-coordinate representation of color #8A8579: hue angle of 42.35º degrees, saturation: 0.07, 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 #8A8579 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 121 -
CMYK 0 0.04 0.12 0.46
HSL 42.35º 0.07% 0.51% -
HSV(B) 42.35º 0.12% 0.54% -
XYZ 22.32 23.56 21.46 -
YUV 133.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 138 133 121 0 0.04 0.12 0.46 42.35 0.07 0.51
Hex 8A 85 79 0 4 C 2E 2A 7 33
Octal 212 205 171 0 4 14 56 52 7 63
Binary 10001010 10000101 1111001 0 100 1100 101110 101010 111 110011

Color Harmonies of #8A8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8579

Black with #8A8579

Text Example


Text Example

White with #8A8579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,133,121); }

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

background-color css

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

 a { background-color: rgb(138,133,121); }

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

border-color css

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

 span { border-color: rgb(138,133,121); }

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