Html Css Color HEX #838678 Gunsmoke

📋 copy color: '#838678'

red 131 ◦ green 134 ◦ blue 120

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

Shades of Gunsmoke #838678

Tints of Gunsmoke #838678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 34.03%
G = 34.81%
B = 31.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#838678 (or 0x838678) is known color: Gunsmoke. HEX triplet: 83, 86 and 78. RGB value is (131,134,120). Sum of RGB (Red+Green+Blue) = 131+134+120=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #838678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838678 is #7C7987. Grayscale: #838383. Windows color (decimal): -8157576 or 7898755. OLE color: 7898755.

HSL color Cylindrical-coordinate representation of color #838678: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838678 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 120 -
CMYK 0.02 0 0.10 0.47
HSL 72.86º 0.06% 0.5% -
HSV(B) 72.86º 0.1% 0.53% -
XYZ 21.28 23.23 21.13 -
YUV 131.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 131 134 120 0.02 0 0.10 0.47 72.86 0.06 0.5
Hex 83 86 78 2 0 A 2F 49 6 32
Octal 203 206 170 2 0 12 57 111 6 62
Binary 10000011 10000110 1111000 10 0 1010 101111 1001001 110 110010

Color Harmonies of #838678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838678

Black with #838678

Text Example


Text Example

White with #838678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838678; }

 p { color: rgb(131,134,120); }

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

background-color css

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

 a { background-color: rgb(131,134,120); }

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

border-color css

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

 span { border-color: rgb(131,134,120); }

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