Html Css Color HEX #89877A Friar Grey

📋 copy color: '#89877A'

red 137 ◦ green 135 ◦ blue 122

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

Shades of Friar Grey #89877A

Tints of Friar Grey #89877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 34.77%
G = 34.26%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89877A (or 0x89877A) is known color: Friar Grey. HEX triplet: 89, 87 and 7A. RGB value is (137,135,122). Sum of RGB (Red+Green+Blue) = 137+135+122=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #89877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89877A is #767885. Grayscale: #868686. Windows color (decimal): -7764102 or 8030089. OLE color: 8030089.

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

Color convert

RGB 137 135 122 -
CMYK 0 0.01 0.11 0.46
HSL 52º 0.06% 0.51% -
HSV(B) 52º 0.11% 0.54% -
XYZ 22.49 24.05 21.87 -
YUV 134.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 137 135 122 0 0.01 0.11 0.46 52 0.06 0.51
Hex 89 87 7A 0 1 B 2E 34 6 33
Octal 211 207 172 0 1 13 56 64 6 63
Binary 10001001 10000111 1111010 0 1 1011 101110 110100 110 110011

Color Harmonies of #89877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89877A

Black with #89877A

Text Example


Text Example

White with #89877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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