Html Css Color HEX #838876 Gunsmoke

📋 copy color: '#838876'

red 131 ◦ green 136 ◦ blue 118

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

Shades of Gunsmoke #838876

Tints of Gunsmoke #838876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 34.03%
G = 35.32%
B = 30.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#838876 (or 0x838876) is known color: Gunsmoke. HEX triplet: 83, 88 and 76. RGB value is (131,136,118). Sum of RGB (Red+Green+Blue) = 131+136+118=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #838876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838876 is #7C7789. Grayscale: #848484. Windows color (decimal): -8157066 or 7768195. OLE color: 7768195.

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

Color convert

RGB 131 136 118 -
CMYK 0.04 0 0.13 0.47
HSL 76.67º 0.07% 0.5% -
HSV(B) 76.67º 0.13% 0.53% -
XYZ 21.43 23.74 20.59 -
YUV 132.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 131 136 118 0.04 0 0.13 0.47 76.67 0.07 0.5
Hex 83 88 76 4 0 D 2F 4D 7 32
Octal 203 210 166 4 0 15 57 115 7 62
Binary 10000011 10001000 1110110 100 0 1101 101111 1001101 111 110010

Color Harmonies of #838876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838876

Black with #838876

Text Example


Text Example

White with #838876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838876; }

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

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

background-color css

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

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

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

border-color css

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

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

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