Html Css Color HEX #898474 Friar Grey

📋 copy color: '#898474'

red 137 ◦ green 132 ◦ blue 116

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

Shades of Friar Grey #898474

Tints of Friar Grey #898474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 35.58%
G = 34.29%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#898474 (or 0x898474) is known color: Friar Grey. HEX triplet: 89, 84 and 74. RGB value is (137,132,116). Sum of RGB (Red+Green+Blue) = 137+132+116=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898474 is #767B8B. Grayscale: #838383. Windows color (decimal): -7764876 or 7636105. OLE color: 7636105.

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

Color convert

RGB 137 132 116 -
CMYK 0 0.04 0.15 0.46
HSL 45.71º 0.08% 0.5% -
HSV(B) 45.71º 0.15% 0.54% -
XYZ 21.72 23.08 19.83 -
YUV 131.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 137 132 116 0 0.04 0.15 0.46 45.71 0.08 0.5
Hex 89 84 74 0 4 F 2E 2E 8 32
Octal 211 204 164 0 4 17 56 56 10 62
Binary 10001001 10000100 1110100 0 100 1111 101110 101110 1000 110010

Color Harmonies of #898474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898474

Black with #898474

Text Example


Text Example

White with #898474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898474; }

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

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

background-color css

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

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

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

border-color css

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

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

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