Html Css Color HEX #898C82 Gunsmoke

📋 copy color: '#898C82'

red 137 ◦ green 140 ◦ blue 130

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

Shades of Gunsmoke #898C82

Tints of Gunsmoke #898C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 33.66%
G = 34.4%
B = 31.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#898C82 (or 0x898C82) is known color: Gunsmoke. HEX triplet: 89, 8C and 82. RGB value is (137,140,130). Sum of RGB (Red+Green+Blue) = 137+140+130=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 140 - color contains mainly: green. Hex color #898C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C82 is #76737D. Grayscale: #8A8A8A. Windows color (decimal): -7762814 or 8555657. OLE color: 8555657.

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

Color convert

RGB 137 140 130 -
CMYK 0.02 0 0.07 0.45
HSL 78º 0.04% 0.53% -
HSV(B) 78º 0.07% 0.55% -
XYZ 23.72 25.69 24.83 -
YUV 137.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 137 140 130 0.02 0 0.07 0.45 78 0.04 0.53
Hex 89 8C 82 2 0 7 2D 4E 4 35
Octal 211 214 202 2 0 7 55 116 4 65
Binary 10001001 10001100 10000010 10 0 111 101101 1001110 100 110101

Color Harmonies of #898C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C82

Black with #898C82

Text Example


Text Example

White with #898C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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