Html Css Color HEX #8A8676 Friar Grey

📋 copy color: '#8A8676'

red 138 ◦ green 134 ◦ blue 118

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

Shades of Friar Grey #8A8676

Tints of Friar Grey #8A8676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 35.38%
G = 34.36%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A8676 (or 0x8A8676) is known color: Friar Grey. HEX triplet: 8A, 86 and 76. RGB value is (138,134,118). Sum of RGB (Red+Green+Blue) = 138+134+118=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8676 is #757989. Grayscale: #858585. Windows color (decimal): -7698826 or 7767690. OLE color: 7767690.

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

Color convert

RGB 138 134 118 -
CMYK 0 0.03 0.14 0.46
HSL 48º 0.08% 0.5% -
HSV(B) 48º 0.14% 0.54% -
XYZ 22.28 23.76 20.55 -
YUV 133.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 138 134 118 0 0.03 0.14 0.46 48 0.08 0.5
Hex 8A 86 76 0 3 E 2E 30 8 32
Octal 212 206 166 0 3 16 56 60 10 62
Binary 10001010 10000110 1110110 0 11 1110 101110 110000 1000 110010

Color Harmonies of #8A8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8676

Black with #8A8676

Text Example


Text Example

White with #8A8676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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