Html Css Color HEX #898780 Friar Grey

📋 copy color: '#898780'

red 137 ◦ green 135 ◦ blue 128

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

Shades of Friar Grey #898780

Tints of Friar Grey #898780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 34.25%
G = 33.75%
B = 32%

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

#898780 (or 0x898780) is known color: Friar Grey. HEX triplet: 89, 87 and 80. RGB value is (137,135,128). Sum of RGB (Red+Green+Blue) = 137+135+128=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898780 is #76787F. Grayscale: #868686. Windows color (decimal): -7764096 or 8423305. OLE color: 8423305.

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

Color convert

RGB 137 135 128 -
CMYK 0 0.01 0.07 0.46
HSL 46.67º 0.04% 0.52% -
HSV(B) 46.67º 0.07% 0.54% -
XYZ 22.88 24.2 23.89 -
YUV 134.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 137 135 128 0 0.01 0.07 0.46 46.67 0.04 0.52
Hex 89 87 80 0 1 7 2E 2F 4 34
Octal 211 207 200 0 1 7 56 57 4 64
Binary 10001001 10000111 10000000 0 1 111 101110 101111 100 110100

Color Harmonies of #898780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898780

Black with #898780

Text Example


Text Example

White with #898780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898780; }

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

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

background-color css

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

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

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

border-color css

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

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

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