Html Css Color HEX #898E83 Gunsmoke

📋 copy color: '#898E83'

red 137 ◦ green 142 ◦ blue 131

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

Shades of Gunsmoke #898E83

Tints of Gunsmoke #898E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 33.41%
G = 34.63%
B = 31.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#898E83 (or 0x898E83) is known color: Gunsmoke. HEX triplet: 89, 8E and 83. RGB value is (137,142,131). Sum of RGB (Red+Green+Blue) = 137+142+131=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 142 - color contains mainly: green. Hex color #898E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E83 is #76717C. Grayscale: #8B8B8B. Windows color (decimal): -7762301 or 8621705. OLE color: 8621705.

HSL color Cylindrical-coordinate representation of color #898E83: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #898E83 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 142 131 -
CMYK 0.04 0 0.08 0.44
HSL 87.27º 0.05% 0.54% -
HSV(B) 87.27º 0.08% 0.56% -
XYZ 24.09 26.3 25.28 -
YUV 139.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 137 142 131 0.04 0 0.08 0.44 87.27 0.05 0.54
Hex 89 8E 83 4 0 8 2C 57 5 36
Octal 211 216 203 4 0 10 54 127 5 66
Binary 10001001 10001110 10000011 100 0 1000 101100 1010111 101 110110

Color Harmonies of #898E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898E83

Black with #898E83

Text Example


Text Example

White with #898E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,142,131); }

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

background-color css

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

 a { background-color: rgb(137,142,131); }

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

border-color css

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

 span { border-color: rgb(137,142,131); }

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