Html Css Color HEX #898479 Friar Grey

📋 copy color: '#898479'

red 137 ◦ green 132 ◦ blue 121

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

Shades of Friar Grey #898479

Tints of Friar Grey #898479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 35.13%
G = 33.85%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#898479 (or 0x898479) is known color: Friar Grey. HEX triplet: 89, 84 and 79. RGB value is (137,132,121). Sum of RGB (Red+Green+Blue) = 137+132+121=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #898479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898479 is #767B86. Grayscale: #848484. Windows color (decimal): -7764871 or 7963785. OLE color: 7963785.

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

Color convert

RGB 137 132 121 -
CMYK 0 0.04 0.12 0.46
HSL 41.25º 0.06% 0.51% -
HSV(B) 41.25º 0.12% 0.54% -
XYZ 22.02 23.2 21.41 -
YUV 132.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 137 132 121 0 0.04 0.12 0.46 41.25 0.06 0.51
Hex 89 84 79 0 4 C 2E 29 6 33
Octal 211 204 171 0 4 14 56 51 6 63
Binary 10001001 10000100 1111001 0 100 1100 101110 101001 110 110011

Color Harmonies of #898479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898479

Black with #898479

Text Example


Text Example

White with #898479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898479; }

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

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

background-color css

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

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

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

border-color css

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

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

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