Html Css Color HEX #898A87 Gunsmoke

📋 copy color: '#898A87'

red 137 ◦ green 138 ◦ blue 135

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

Shades of Gunsmoke #898A87

Tints of Gunsmoke #898A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 135 (53.13% from 255) = 32.93%

R = 33.41%
G = 33.66%
B = 32.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#898A87 (or 0x898A87) is known color: Gunsmoke. HEX triplet: 89, 8A and 87. RGB value is (137,138,135). Sum of RGB (Red+Green+Blue) = 137+138+135=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 138 - color contains mainly: green. Hex color #898A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898A87 is #767578. Grayscale: #898989. Windows color (decimal): -7763321 or 8882825. OLE color: 8882825.

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

Color convert

RGB 137 138 135 -
CMYK 0.01 0 0.02 0.46
HSL 80º 0.01% 0.54% -
HSV(B) 80º 0.02% 0.54% -
XYZ 23.78 25.24 26.54 -
YUV 137.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 137 138 135 0.01 0 0.02 0.46 80 0.01 0.54
Hex 89 8A 87 1 0 2 2E 50 1 36
Octal 211 212 207 1 0 2 56 120 1 66
Binary 10001001 10001010 10000111 1 0 10 101110 1010000 1 110110

Color Harmonies of #898A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898A87

Black with #898A87

Text Example


Text Example

White with #898A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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