#89877E

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

Shades of Friar Grey #89877E

Tints of Friar Grey #89877E

Color information

#89877E (or 0x89877E) is unknown color: approx Friar Grey. HEX triplet: 89, 87 and 7E. RGB value is (137,135,126). Sum of RGB (Red+Green+Blue) = 137+135+126=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #89877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89877E is #767881. Grayscale: #868686. Windows color (decimal): -7764098 or 8292233. OLE color: 8292233.

HSL color Cylindrical-coordinate representation of color #89877E: hue angle of 49.09º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #89877E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137135126-
CMYK00.010.080.46
HSL49.09º4.45%51.57%-
HSV(B)49.09º8.03%53.73%-
XYZ22.7524.1523.2-
YUV134.57123.16129.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=34.42%
G=33.92%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713512600.010.080.4649.094.4551.57
Hex89877E0182E31434
Octal21120717601105661464
Binary10001001100001111111110011000101110110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89877E; }

 p { color: rgb(137,135,126); }

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

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

 a { background-color: rgb(137,135,126); }

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

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

 span { border-color: rgb(137,135,126); }

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