Html Css Color HEX #838874 Gunsmoke

📋 copy color: '#838874'

red 131 ◦ green 136 ◦ blue 116

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

Shades of Gunsmoke #838874

Tints of Gunsmoke #838874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 34.2%
G = 35.51%
B = 30.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#838874 (or 0x838874) is known color: Gunsmoke. HEX triplet: 83, 88 and 74. RGB value is (131,136,116). Sum of RGB (Red+Green+Blue) = 131+136+116=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #838874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838874 is #7C778B. Grayscale: #848484. Windows color (decimal): -8157068 or 7637123. OLE color: 7637123.

HSL color Cylindrical-coordinate representation of color #838874: hue angle of 75º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838874 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 116 -
CMYK 0.04 0 0.15 0.47
HSL 75º 0.08% 0.49% -
HSV(B) 75º 0.15% 0.53% -
XYZ 21.32 23.69 19.97 -
YUV 132.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 131 136 116 0.04 0 0.15 0.47 75 0.08 0.49
Hex 83 88 74 4 0 F 2F 4B 8 31
Octal 203 210 164 4 0 17 57 113 10 61
Binary 10000011 10001000 1110100 100 0 1111 101111 1001011 1000 110001

Color Harmonies of #838874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838874

Black with #838874

Text Example


Text Example

White with #838874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838874; }

 p { color: rgb(131,136,116); }

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

background-color css

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

 a { background-color: rgb(131,136,116); }

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

border-color css

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

 span { border-color: rgb(131,136,116); }

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