Html Css Color HEX #838A70 Gunsmoke

📋 copy color: '#838A70'

red 131 ◦ green 138 ◦ blue 112

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

Shades of Gunsmoke #838A70

Tints of Gunsmoke #838A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 34.38%
G = 36.22%
B = 29.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#838A70 (or 0x838A70) is known color: Gunsmoke. HEX triplet: 83, 8A and 70. RGB value is (131,138,112). Sum of RGB (Red+Green+Blue) = 131+138+112=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #838A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A70 is #7C758F. Grayscale: #858585. Windows color (decimal): -8156560 or 7375491. OLE color: 7375491.

HSL color Cylindrical-coordinate representation of color #838A70: hue angle of 76.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838A70 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 112 -
CMYK 0.05 0 0.19 0.46
HSL 76.15º 0.1% 0.49% -
HSV(B) 76.15º 0.19% 0.54% -
XYZ 21.37 24.17 18.87 -
YUV 132.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 131 138 112 0.05 0 0.19 0.46 76.15 0.1 0.49
Hex 83 8A 70 5 0 13 2E 4C A 31
Octal 203 212 160 5 0 23 56 114 12 61
Binary 10000011 10001010 1110000 101 0 10011 101110 1001100 1010 110001

Color Harmonies of #838A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A70

Black with #838A70

Text Example


Text Example

White with #838A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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