Html Css Color HEX #898674 Friar Grey

📋 copy color: '#898674'

red 137 ◦ green 134 ◦ blue 116

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

Shades of Friar Grey #898674

Tints of Friar Grey #898674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

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

R = 35.4%
G = 34.63%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#898674 (or 0x898674) is known color: Friar Grey. HEX triplet: 89, 86 and 74. RGB value is (137,134,116). Sum of RGB (Red+Green+Blue) = 137+134+116=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #898674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898674 is #76798B. Grayscale: #848484. Windows color (decimal): -7764364 or 7636617. OLE color: 7636617.

HSL color Cylindrical-coordinate representation of color #898674: hue angle of 51.43º 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 #898674 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 134 116 -
CMYK 0 0.02 0.15 0.46
HSL 51.43º 0.08% 0.5% -
HSV(B) 51.43º 0.15% 0.54% -
XYZ 21.99 23.63 19.92 -
YUV 132.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 137 134 116 0 0.02 0.15 0.46 51.43 0.08 0.5
Hex 89 86 74 0 2 F 2E 33 8 32
Octal 211 206 164 0 2 17 56 63 10 62
Binary 10001001 10000110 1110100 0 10 1111 101110 110011 1000 110010

Color Harmonies of #898674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898674

Black with #898674

Text Example


Text Example

White with #898674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898674; }

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

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

background-color css

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

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

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

border-color css

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

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

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