Html Css Color HEX #898D82 Gunsmoke

📋 copy color: '#898D82'

red 137 ◦ green 141 ◦ blue 130

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

Shades of Gunsmoke #898D82

Tints of Gunsmoke #898D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 33.58%
G = 34.56%
B = 31.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#898D82 (or 0x898D82) is known color: Gunsmoke. HEX triplet: 89, 8D and 82. RGB value is (137,141,130). Sum of RGB (Red+Green+Blue) = 137+141+130=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #898D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D82 is #76727D. Grayscale: #8A8A8A. Windows color (decimal): -7762558 or 8555913. OLE color: 8555913.

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

Color convert

RGB 137 141 130 -
CMYK 0.03 0 0.08 0.45
HSL 81.82º 0.05% 0.53% -
HSV(B) 81.82º 0.08% 0.55% -
XYZ 23.87 25.98 24.88 -
YUV 138.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 137 141 130 0.03 0 0.08 0.45 81.82 0.05 0.53
Hex 89 8D 82 3 0 8 2D 52 5 35
Octal 211 215 202 3 0 10 55 122 5 65
Binary 10001001 10001101 10000010 11 0 1000 101101 1010010 101 110101

Color Harmonies of #898D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D82

Black with #898D82

Text Example


Text Example

White with #898D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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