Html Css Color HEX #8A8674 Friar Grey

📋 copy color: '#8A8674'

red 138 ◦ green 134 ◦ blue 116

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

Shades of Friar Grey #8A8674

Tints of Friar Grey #8A8674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 35.57%
G = 34.54%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A8674 (or 0x8A8674) is known color: Friar Grey. HEX triplet: 8A, 86 and 74. RGB value is (138,134,116). Sum of RGB (Red+Green+Blue) = 138+134+116=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8674 is #75798B. Grayscale: #858585. Windows color (decimal): -7698828 or 7636618. OLE color: 7636618.

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

Color convert

RGB 138 134 116 -
CMYK 0 0.03 0.16 0.46
HSL 49.09º 0.09% 0.5% -
HSV(B) 49.09º 0.16% 0.54% -
XYZ 22.16 23.71 19.93 -
YUV 133.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 138 134 116 0 0.03 0.16 0.46 49.09 0.09 0.5
Hex 8A 86 74 0 3 10 2E 31 9 32
Octal 212 206 164 0 3 20 56 61 11 62
Binary 10001010 10000110 1110100 0 11 10000 101110 110001 1001 110010

Color Harmonies of #8A8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8674

Black with #8A8674

Text Example


Text Example

White with #8A8674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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