Html Css Color HEX #898D81 Gunsmoke

📋 copy color: '#898D81'

red 137 ◦ green 141 ◦ blue 129

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

Shades of Gunsmoke #898D81

Tints of Gunsmoke #898D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 33.66%
G = 34.64%
B = 31.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#898D81 (or 0x898D81) is known color: Gunsmoke. HEX triplet: 89, 8D and 81. RGB value is (137,141,129). Sum of RGB (Red+Green+Blue) = 137+141+129=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 141 - color contains mainly: green. Hex color #898D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D81 is #76727E. Grayscale: #8A8A8A. Windows color (decimal): -7762559 or 8490377. OLE color: 8490377.

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

Color convert

RGB 137 141 129 -
CMYK 0.03 0 0.09 0.45
HSL 80º 0.05% 0.53% -
HSV(B) 80º 0.09% 0.55% -
XYZ 23.8 25.95 24.52 -
YUV 138.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 137 141 129 0.03 0 0.09 0.45 80 0.05 0.53
Hex 89 8D 81 3 0 9 2D 50 5 35
Octal 211 215 201 3 0 11 55 120 5 65
Binary 10001001 10001101 10000001 11 0 1001 101101 1010000 101 110101

Color Harmonies of #898D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D81

Black with #898D81

Text Example


Text Example

White with #898D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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