#89877F

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

Shades of Friar Grey #89877F

Tints of Friar Grey #89877F

Color information

#89877F (or 0x89877F) is unknown color: approx Friar Grey. HEX triplet: 89, 87 and 7F. RGB value is (137,135,127). Sum of RGB (Red+Green+Blue) = 137+135+127=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 137 - color contains mainly: red. Hex color #89877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89877F is #767880. Grayscale: #868686. Windows color (decimal): -7764097 or 8357769. OLE color: 8357769.

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

Color convert

RGB137135127-
CMYK00.010.070.46
HSL48º4.07%51.76%-
HSV(B)48º7.3%53.73%-
XYZ22.8124.1823.54-
YUV134.69123.66129.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 127 (50% from 255) = 31.83%
R=34.34%
G=33.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713512700.010.070.46484.0751.76
Hex89877F0172E30434
Octal2112071770175660464
Binary1000100110000111111111101111101110110000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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