Html Css Color HEX #898B85 Gunsmoke

📋 copy color: '#898B85'

red 137 ◦ green 139 ◦ blue 133

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

Shades of Gunsmoke #898B85

Tints of Gunsmoke #898B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 33.5%
G = 33.99%
B = 32.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#898B85 (or 0x898B85) is known color: Gunsmoke. HEX triplet: 89, 8B and 85. RGB value is (137,139,133). Sum of RGB (Red+Green+Blue) = 137+139+133=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 139 - color contains mainly: green. Hex color #898B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B85 is #76747A. Grayscale: #898989. Windows color (decimal): -7763067 or 8752009. OLE color: 8752009.

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

Color convert

RGB 137 139 133 -
CMYK 0.01 0 0.04 0.45
HSL 80º 0.03% 0.53% -
HSV(B) 80º 0.04% 0.55% -
XYZ 23.78 25.48 25.85 -
YUV 137.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 137 139 133 0.01 0 0.04 0.45 80 0.03 0.53
Hex 89 8B 85 1 0 4 2D 50 3 35
Octal 211 213 205 1 0 4 55 120 3 65
Binary 10001001 10001011 10000101 1 0 100 101101 1010000 11 110101

Color Harmonies of #898B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898B85

Black with #898B85

Text Example


Text Example

White with #898B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,139,133); }

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

background-color css

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

 a { background-color: rgb(137,139,133); }

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

border-color css

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

 span { border-color: rgb(137,139,133); }

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