Html Css Color HEX #898886 Heathered Grey

📋 copy color: '#898886'

red 137 ◦ green 136 ◦ blue 134

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

Shades of Heathered Grey #898886

Tints of Heathered Grey #898886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 33.66%
G = 33.42%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#898886 (or 0x898886) is known color: Heathered Grey. HEX triplet: 89, 88 and 86. RGB value is (137,136,134). Sum of RGB (Red+Green+Blue) = 137+136+134=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 137 - color contains mainly: red. Hex color #898886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898886 is #767779. Grayscale: #888888. Windows color (decimal): -7763834 or 8816777. OLE color: 8816777.

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

Color convert

RGB 137 136 134 -
CMYK 0 0.01 0.02 0.46
HSL 40º 0.01% 0.53% -
HSV(B) 40º 0.02% 0.54% -
XYZ 23.42 24.65 26.08 -
YUV 136.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 137 136 134 0 0.01 0.02 0.46 40 0.01 0.53
Hex 89 88 86 0 1 2 2E 28 1 35
Octal 211 210 206 0 1 2 56 50 1 65
Binary 10001001 10001000 10000110 0 1 10 101110 101000 1 110101

Color Harmonies of #898886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898886

Black with #898886

Text Example


Text Example

White with #898886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898886; }

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

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

background-color css

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

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

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

border-color css

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

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

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