Html Css Color HEX #898477 Friar Grey

📋 copy color: '#898477'

red 137 ◦ green 132 ◦ blue 119

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

Shades of Friar Grey #898477

Tints of Friar Grey #898477

RGB

 RED value IS 137 (53.91% from 255) = 35.31%

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

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

R = 35.31%
G = 34.02%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#898477 (or 0x898477) is known color: Friar Grey. HEX triplet: 89, 84 and 77. RGB value is (137,132,119). Sum of RGB (Red+Green+Blue) = 137+132+119=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #898477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898477 is #767B88. Grayscale: #848484. Windows color (decimal): -7764873 or 7832713. OLE color: 7832713.

HSL color Cylindrical-coordinate representation of color #898477: hue angle of 43.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #898477 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 132 119 -
CMYK 0 0.04 0.13 0.46
HSL 43.33º 0.07% 0.5% -
HSV(B) 43.33º 0.13% 0.54% -
XYZ 21.9 23.15 20.77 -
YUV 132.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 137 132 119 0 0.04 0.13 0.46 43.33 0.07 0.5
Hex 89 84 77 0 4 D 2E 2B 7 32
Octal 211 204 167 0 4 15 56 53 7 62
Binary 10001001 10000100 1110111 0 100 1101 101110 101011 111 110010

Color Harmonies of #898477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898477

Black with #898477

Text Example


Text Example

White with #898477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898477; }

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

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

background-color css

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

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

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

border-color css

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

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

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