Html Css Color HEX #89877B Friar Grey

📋 copy color: '#89877B'

red 137 ◦ green 135 ◦ blue 123

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

Shades of Friar Grey #89877B

Tints of Friar Grey #89877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 34.68%
G = 34.18%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#89877B (or 0x89877B) is known color: Friar Grey. HEX triplet: 89, 87 and 7B. RGB value is (137,135,123). Sum of RGB (Red+Green+Blue) = 137+135+123=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #89877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89877B is #767884. Grayscale: #868686. Windows color (decimal): -7764101 or 8095625. OLE color: 8095625.

HSL color Cylindrical-coordinate representation of color #89877B: hue angle of 51.43º 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 #89877B is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 135 123 -
CMYK 0 0.01 0.10 0.46
HSL 51.43º 0.06% 0.51% -
HSV(B) 51.43º 0.1% 0.54% -
XYZ 22.56 24.08 22.2 -
YUV 134.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 137 135 123 0 0.01 0.10 0.46 51.43 0.06 0.51
Hex 89 87 7B 0 1 A 2E 33 6 33
Octal 211 207 173 0 1 12 56 63 6 63
Binary 10001001 10000111 1111011 0 1 1010 101110 110011 110 110011

Color Harmonies of #89877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89877B

Black with #89877B

Text Example


Text Example

White with #89877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89877B;
 }
 .AnyTagClassName
 {
   color: #89877B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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