Html Css Color HEX #898375 Friar Grey

📋 copy color: '#898375'

red 137 ◦ green 131 ◦ blue 117

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

Shades of Friar Grey #898375

Tints of Friar Grey #898375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 35.58%
G = 34.03%
B = 30.39%

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

#898375 (or 0x898375) is known color: Friar Grey. HEX triplet: 89, 83 and 75. RGB value is (137,131,117). Sum of RGB (Red+Green+Blue) = 137+131+117=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898375 is #767C8A. Grayscale: #838383. Windows color (decimal): -7765131 or 7701385. OLE color: 7701385.

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

Color convert

RGB 137 131 117 -
CMYK 0 0.04 0.15 0.46
HSL 42º 0.08% 0.5% -
HSV(B) 42º 0.15% 0.54% -
XYZ 21.64 22.84 20.1 -
YUV 131.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 137 131 117 0 0.04 0.15 0.46 42 0.08 0.5
Hex 89 83 75 0 4 F 2E 2A 8 32
Octal 211 203 165 0 4 17 56 52 10 62
Binary 10001001 10000011 1110101 0 100 1111 101110 101010 1000 110010

Color Harmonies of #898375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898375

Black with #898375

Text Example


Text Example

White with #898375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898375; }

 p { color: rgb(137,131,117); }

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

background-color css

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

 a { background-color: rgb(137,131,117); }

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

border-color css

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

 span { border-color: rgb(137,131,117); }

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