Html Css Color HEX #838979 Gunsmoke

📋 copy color: '#838979'

red 131 ◦ green 137 ◦ blue 121

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

Shades of Gunsmoke #838979

Tints of Gunsmoke #838979

RGB

 RED value IS 131 (51.56% from 255) = 33.68%

 GREEN value IS 137 (53.91% from 255) = 35.22%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 33.68%
G = 35.22%
B = 31.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#838979 (or 0x838979) is known color: Gunsmoke. HEX triplet: 83, 89 and 79. RGB value is (131,137,121). Sum of RGB (Red+Green+Blue) = 131+137+121=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #838979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838979 is #7C7686. Grayscale: #858585. Windows color (decimal): -8156807 or 7965059. OLE color: 7965059.

HSL color Cylindrical-coordinate representation of color #838979: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838979 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 121 -
CMYK 0.04 0 0.12 0.46
HSL 82.5º 0.06% 0.51% -
HSV(B) 82.5º 0.12% 0.54% -
XYZ 21.76 24.1 21.59 -
YUV 133.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 131 137 121 0.04 0 0.12 0.46 82.5 0.06 0.51
Hex 83 89 79 4 0 C 2E 52 6 33
Octal 203 211 171 4 0 14 56 122 6 63
Binary 10000011 10001001 1111001 100 0 1100 101110 1010010 110 110011

Color Harmonies of #838979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838979

Black with #838979

Text Example


Text Example

White with #838979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838979; }

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

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

background-color css

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

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

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

border-color css

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

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

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