Html Css Color HEX #898F7E Gunsmoke

📋 copy color: '#898F7E'

red 137 ◦ green 143 ◦ blue 126

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

Shades of Gunsmoke #898F7E

Tints of Gunsmoke #898F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 33.74%
G = 35.22%
B = 31.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#898F7E (or 0x898F7E) is known color: Gunsmoke. HEX triplet: 89, 8F and 7E. RGB value is (137,143,126). Sum of RGB (Red+Green+Blue) = 137+143+126=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 143 - color contains mainly: green. Hex color #898F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898F7E is #767081. Grayscale: #8B8B8B. Windows color (decimal): -7762050 or 8294281. OLE color: 8294281.

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

Color convert

RGB 137 143 126 -
CMYK 0.04 0 0.12 0.44
HSL 81.18º 0.07% 0.53% -
HSV(B) 81.18º 0.12% 0.56% -
XYZ 23.9 26.47 23.59 -
YUV 139.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 137 143 126 0.04 0 0.12 0.44 81.18 0.07 0.53
Hex 89 8F 7E 4 0 C 2C 51 7 35
Octal 211 217 176 4 0 14 54 121 7 65
Binary 10001001 10001111 1111110 100 0 1100 101100 1010001 111 110101

Color Harmonies of #898F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898F7E

Black with #898F7E

Text Example


Text Example

White with #898F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,143,126); }

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

background-color css

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

 a { background-color: rgb(137,143,126); }

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

border-color css

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

 span { border-color: rgb(137,143,126); }

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