Html Css Color HEX #838A75 Gunsmoke

📋 copy color: '#838A75'

red 131 ◦ green 138 ◦ blue 117

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

Shades of Gunsmoke #838A75

Tints of Gunsmoke #838A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 33.94%
G = 35.75%
B = 30.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#838A75 (or 0x838A75) is known color: Gunsmoke. HEX triplet: 83, 8A and 75. RGB value is (131,138,117). Sum of RGB (Red+Green+Blue) = 131+138+117=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #838A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A75 is #7C758A. Grayscale: #858585. Windows color (decimal): -8156555 or 7703171. OLE color: 7703171.

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

Color convert

RGB 131 138 117 -
CMYK 0.05 0 0.15 0.46
HSL 80º 0.08% 0.5% -
HSV(B) 80º 0.15% 0.54% -
XYZ 21.66 24.29 20.38 -
YUV 133.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 131 138 117 0.05 0 0.15 0.46 80 0.08 0.5
Hex 83 8A 75 5 0 F 2E 50 8 32
Octal 203 212 165 5 0 17 56 120 10 62
Binary 10000011 10001010 1110101 101 0 1111 101110 1010000 1000 110010

Color Harmonies of #838A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A75

Black with #838A75

Text Example


Text Example

White with #838A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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