Html Css Color HEX #838776 Gunsmoke

📋 copy color: '#838776'

red 131 ◦ green 135 ◦ blue 118

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

Shades of Gunsmoke #838776

Tints of Gunsmoke #838776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 34.11%
G = 35.16%
B = 30.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#838776 (or 0x838776) is known color: Gunsmoke. HEX triplet: 83, 87 and 76. RGB value is (131,135,118). Sum of RGB (Red+Green+Blue) = 131+135+118=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #838776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838776 is #7C7889. Grayscale: #838383. Windows color (decimal): -8157322 or 7767939. OLE color: 7767939.

HSL color Cylindrical-coordinate representation of color #838776: hue angle of 74.12º 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 #838776 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 118 -
CMYK 0.03 0 0.13 0.47
HSL 74.12º 0.07% 0.5% -
HSV(B) 74.12º 0.13% 0.53% -
XYZ 21.29 23.46 20.55 -
YUV 131.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 131 135 118 0.03 0 0.13 0.47 74.12 0.07 0.5
Hex 83 87 76 3 0 D 2F 4A 7 32
Octal 203 207 166 3 0 15 57 112 7 62
Binary 10000011 10000111 1110110 11 0 1101 101111 1001010 111 110010

Color Harmonies of #838776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838776

Black with #838776

Text Example


Text Example

White with #838776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838776; }

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

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

background-color css

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

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

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

border-color css

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

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

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