Html Css Color HEX #898680 Friar Grey

📋 copy color: '#898680'

red 137 ◦ green 134 ◦ blue 128

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

Shades of Friar Grey #898680

Tints of Friar Grey #898680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 34.34%
G = 33.58%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#898680 (or 0x898680) is known color: Friar Grey. HEX triplet: 89, 86 and 80. RGB value is (137,134,128). Sum of RGB (Red+Green+Blue) = 137+134+128=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 137 - color contains mainly: red. Hex color #898680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898680 is #76797F. Grayscale: #868686. Windows color (decimal): -7764352 or 8423049. OLE color: 8423049.

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

Color convert

RGB 137 134 128 -
CMYK 0 0.02 0.07 0.46
HSL 40º 0.04% 0.52% -
HSV(B) 40º 0.07% 0.54% -
XYZ 22.74 23.93 23.84 -
YUV 134.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 137 134 128 0 0.02 0.07 0.46 40 0.04 0.52
Hex 89 86 80 0 2 7 2E 28 4 34
Octal 211 206 200 0 2 7 56 50 4 64
Binary 10001001 10000110 10000000 0 10 111 101110 101000 100 110100

Color Harmonies of #898680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898680

Black with #898680

Text Example


Text Example

White with #898680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898680; }

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

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

background-color css

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

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

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

border-color css

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

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

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