Html Css Color HEX #8A8477 Friar Grey

📋 copy color: '#8A8477'

red 138 ◦ green 132 ◦ blue 119

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

Shades of Friar Grey #8A8477

Tints of Friar Grey #8A8477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 35.48%
G = 33.93%
B = 30.59%

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

#8A8477 (or 0x8A8477) is known color: Friar Grey. HEX triplet: 8A, 84 and 77. RGB value is (138,132,119). Sum of RGB (Red+Green+Blue) = 138+132+119=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8477 is #757B88. Grayscale: #848484. Windows color (decimal): -7699337 or 7832714. OLE color: 7832714.

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

Color convert

RGB 138 132 119 -
CMYK 0 0.04 0.14 0.46
HSL 41.05º 0.08% 0.5% -
HSV(B) 41.05º 0.14% 0.54% -
XYZ 22.06 23.24 20.78 -
YUV 132.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 138 132 119 0 0.04 0.14 0.46 41.05 0.08 0.5
Hex 8A 84 77 0 4 E 2E 29 8 32
Octal 212 204 167 0 4 16 56 51 10 62
Binary 10001010 10000100 1110111 0 100 1110 101110 101001 1000 110010

Color Harmonies of #8A8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8477

Black with #8A8477

Text Example


Text Example

White with #8A8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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