Html Css Color HEX #898D7F Gunsmoke

📋 copy color: '#898D7F'

red 137 ◦ green 141 ◦ blue 127

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

Shades of Gunsmoke #898D7F

Tints of Gunsmoke #898D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 33.83%
G = 34.81%
B = 31.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#898D7F (or 0x898D7F) is known color: Gunsmoke. HEX triplet: 89, 8D and 7F. RGB value is (137,141,127). Sum of RGB (Red+Green+Blue) = 137+141+127=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 141 - color contains mainly: green. Hex color #898D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D7F is #767280. Grayscale: #8A8A8A. Windows color (decimal): -7762561 or 8359305. OLE color: 8359305.

HSL color Cylindrical-coordinate representation of color #898D7F: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898D7F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 141 127 -
CMYK 0.03 0 0.10 0.45
HSL 77.14º 0.06% 0.53% -
HSV(B) 77.14º 0.1% 0.55% -
XYZ 23.67 25.9 23.83 -
YUV 138.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 137 141 127 0.03 0 0.10 0.45 77.14 0.06 0.53
Hex 89 8D 7F 3 0 A 2D 4D 6 35
Octal 211 215 177 3 0 12 55 115 6 65
Binary 10001001 10001101 1111111 11 0 1010 101101 1001101 110 110101

Color Harmonies of #898D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D7F

Black with #898D7F

Text Example


Text Example

White with #898D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,127); }

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

background-color css

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

 a { background-color: rgb(137,141,127); }

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

border-color css

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

 span { border-color: rgb(137,141,127); }

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