Html Css Color HEX #89857A Friar Grey

📋 copy color: '#89857A'

red 137 ◦ green 133 ◦ blue 122

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

Shades of Friar Grey #89857A

Tints of Friar Grey #89857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 34.95%
G = 33.93%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89857A (or 0x89857A) is known color: Friar Grey. HEX triplet: 89, 85 and 7A. RGB value is (137,133,122). Sum of RGB (Red+Green+Blue) = 137+133+122=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #89857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89857A is #767A85. Grayscale: #848484. Windows color (decimal): -7764614 or 8029577. OLE color: 8029577.

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

Color convert

RGB 137 133 122 -
CMYK 0 0.03 0.11 0.46
HSL 44º 0.06% 0.51% -
HSV(B) 44º 0.11% 0.54% -
XYZ 22.22 23.5 21.78 -
YUV 132.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 137 133 122 0 0.03 0.11 0.46 44 0.06 0.51
Hex 89 85 7A 0 3 B 2E 2C 6 33
Octal 211 205 172 0 3 13 56 54 6 63
Binary 10001001 10000101 1111010 0 11 1011 101110 101100 110 110011

Color Harmonies of #89857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89857A

Black with #89857A

Text Example


Text Example

White with #89857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89857A; }

 p { color: rgb(137,133,122); }

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

background-color css

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

 a { background-color: rgb(137,133,122); }

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

border-color css

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

 span { border-color: rgb(137,133,122); }

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