#89867B

Color #89867B Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #89867B

Tints of Friar Grey #89867B

Color information

#89867B (or 0x89867B) is unknown color: approx Friar Grey. HEX triplet: 89, 86 and 7B. RGB value is (137,134,123). Sum of RGB (Red+Green+Blue) = 137+134+123=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #89867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89867B is #767984. Grayscale: #858585. Windows color (decimal): -7764357 or 8095369. OLE color: 8095369.

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

Color convert

RGB137134123-
CMYK00.020.100.46
HSL47.14º5.6%50.98%-
HSV(B)47.14º10.22%53.73%-
XYZ22.4223.822.15-
YUV133.64121.99130.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=34.77%
G=34.01%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713412300.020.100.4647.145.650.98
Hex89867B02A2E2f633
Octal21120617302125657663
Binary100010011000011011110110101010101110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89867B;
 }
 .AnyTagClassName
 {
   color: #89867B;
 }
</style>
background-color css

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

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

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

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

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

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