Html Css Color HEX #89867C Friar Grey

📋 copy color: '#89867C'

red 137 ◦ green 134 ◦ blue 124

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

Shades of Friar Grey #89867C

Tints of Friar Grey #89867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 34.68%
G = 33.92%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89867C (or 0x89867C) is known color: Friar Grey. HEX triplet: 89, 86 and 7C. RGB value is (137,134,124). Sum of RGB (Red+Green+Blue) = 137+134+124=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #89867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89867C is #767983. Grayscale: #858585. Windows color (decimal): -7764356 or 8160905. OLE color: 8160905.

HSL color Cylindrical-coordinate representation of color #89867C: hue angle of 46.15º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89867C is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 134 124 -
CMYK 0 0.02 0.09 0.46
HSL 46.15º 0.05% 0.51% -
HSV(B) 46.15º 0.09% 0.54% -
XYZ 22.48 23.82 22.48 -
YUV 133.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 137 134 124 0 0.02 0.09 0.46 46.15 0.05 0.51
Hex 89 86 7C 0 2 9 2E 2E 5 33
Octal 211 206 174 0 2 11 56 56 5 63
Binary 10001001 10000110 1111100 0 10 1001 101110 101110 101 110011

Color Harmonies of #89867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89867C

Black with #89867C

Text Example


Text Example

White with #89867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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