Html Css Color HEX #8A8679 Friar Grey

📋 copy color: '#8A8679'

red 138 ◦ green 134 ◦ blue 121

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

Shades of Friar Grey #8A8679

Tints of Friar Grey #8A8679

RGB

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

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

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

R = 35.11%
G = 34.1%
B = 30.79%

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

#8A8679 (or 0x8A8679) is known color: Friar Grey. HEX triplet: 8A, 86 and 79. RGB value is (138,134,121). Sum of RGB (Red+Green+Blue) = 138+134+121=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8679 is #757986. Grayscale: #858585. Windows color (decimal): -7698823 or 7964298. OLE color: 7964298.

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

Color convert

RGB 138 134 121 -
CMYK 0 0.03 0.12 0.46
HSL 45.88º 0.07% 0.51% -
HSV(B) 45.88º 0.12% 0.54% -
XYZ 22.46 23.83 21.51 -
YUV 133.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 138 134 121 0 0.03 0.12 0.46 45.88 0.07 0.51
Hex 8A 86 79 0 3 C 2E 2E 7 33
Octal 212 206 171 0 3 14 56 56 7 63
Binary 10001010 10000110 1111001 0 11 1100 101110 101110 111 110011

Color Harmonies of #8A8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8679

Black with #8A8679

Text Example


Text Example

White with #8A8679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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