Html Css Color HEX #89877F Friar Grey

📋 copy color: '#89877F'

red 137 ◦ green 135 ◦ blue 127

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

Shades of Friar Grey #89877F

Tints of Friar Grey #89877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 34.34%
G = 33.83%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89877F (or 0x89877F) is known color: 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

RGB 137 135 127 -
CMYK 0 0.01 0.07 0.46
HSL 48º 0.04% 0.52% -
HSV(B) 48º 0.07% 0.54% -
XYZ 22.81 24.18 23.54 -
YUV 134.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 137 135 127 0 0.01 0.07 0.46 48 0.04 0.52
Hex 89 87 7F 0 1 7 2E 30 4 34
Octal 211 207 177 0 1 7 56 60 4 64
Binary 10001001 10000111 1111111 0 1 111 101110 110000 100 110100

Color Harmonies of #89877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89877F

Black with #89877F

Text Example


Text Example

White with #89877F

Text Example


Text Example

HTML Codes & Css Web 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>