Html Css Color HEX #8A8476 Friar Grey

📋 copy color: '#8A8476'

red 138 ◦ green 132 ◦ blue 118

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

Shades of Friar Grey #8A8476

Tints of Friar Grey #8A8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

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

R = 35.57%
G = 34.02%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A8476 (or 0x8A8476) is known color: Friar Grey. HEX triplet: 8A, 84 and 76. RGB value is (138,132,118). Sum of RGB (Red+Green+Blue) = 138+132+118=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8476 is #757B89. Grayscale: #848484. Windows color (decimal): -7699338 or 7767178. OLE color: 7767178.

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

Color convert

RGB 138 132 118 -
CMYK 0 0.04 0.14 0.46
HSL 42º 0.08% 0.5% -
HSV(B) 42º 0.14% 0.54% -
XYZ 22 23.21 20.46 -
YUV 132.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 138 132 118 0 0.04 0.14 0.46 42 0.08 0.5
Hex 8A 84 76 0 4 E 2E 2A 8 32
Octal 212 204 166 0 4 16 56 52 10 62
Binary 10001010 10000100 1110110 0 100 1110 101110 101010 1000 110010

Color Harmonies of #8A8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8476

Black with #8A8476

Text Example


Text Example

White with #8A8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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