Html Css Color HEX #89867A Friar Grey

📋 copy color: '#89867A'

red 137 ◦ green 134 ◦ blue 122

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

Shades of Friar Grey #89867A

Tints of Friar Grey #89867A

RGB

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

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

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

R = 34.86%
G = 34.1%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89867A (or 0x89867A) is known color: Friar Grey. HEX triplet: 89, 86 and 7A. RGB value is (137,134,122). Sum of RGB (Red+Green+Blue) = 137+134+122=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #89867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89867A is #767985. Grayscale: #858585. Windows color (decimal): -7764358 or 8029833. OLE color: 8029833.

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

Color convert

RGB 137 134 122 -
CMYK 0 0.02 0.11 0.46
HSL 48º 0.06% 0.51% -
HSV(B) 48º 0.11% 0.54% -
XYZ 22.35 23.77 21.82 -
YUV 133.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 137 134 122 0 0.02 0.11 0.46 48 0.06 0.51
Hex 89 86 7A 0 2 B 2E 30 6 33
Octal 211 206 172 0 2 13 56 60 6 63
Binary 10001001 10000110 1111010 0 10 1011 101110 110000 110 110011

Color Harmonies of #89867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89867A

Black with #89867A

Text Example


Text Example

White with #89867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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