Html Css Color HEX #838A79 Gunsmoke

📋 copy color: '#838A79'

red 131 ◦ green 138 ◦ blue 121

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

Shades of Gunsmoke #838A79

Tints of Gunsmoke #838A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.38%

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

R = 33.59%
G = 35.38%
B = 31.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#838A79 (or 0x838A79) is known color: Gunsmoke. HEX triplet: 83, 8A and 79. RGB value is (131,138,121). Sum of RGB (Red+Green+Blue) = 131+138+121=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #838A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A79 is #7C7586. Grayscale: #868686. Windows color (decimal): -8156551 or 7965315. OLE color: 7965315.

HSL color Cylindrical-coordinate representation of color #838A79: hue angle of 84.71º degrees, saturation: 0.07, 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 #838A79 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 121 -
CMYK 0.05 0 0.12 0.46
HSL 84.71º 0.07% 0.51% -
HSV(B) 84.71º 0.12% 0.54% -
XYZ 21.9 24.38 21.64 -
YUV 133.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 131 138 121 0.05 0 0.12 0.46 84.71 0.07 0.51
Hex 83 8A 79 5 0 C 2E 55 7 33
Octal 203 212 171 5 0 14 56 125 7 63
Binary 10000011 10001010 1111001 101 0 1100 101110 1010101 111 110011

Color Harmonies of #838A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A79

Black with #838A79

Text Example


Text Example

White with #838A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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