#767871

Color #767871 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #767871

Tints of Gunsmoke #767871

Color information

#767871 (or 0x767871) is unknown color: approx Gunsmoke. HEX triplet: 76, 78 and 71. RGB value is (118,120,113). Sum of RGB (Red+Green+Blue) = 118+120+113=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #767871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767871 is #89878E. Grayscale: #767676. Windows color (decimal): -9013135 or 7436406. OLE color: 7436406.

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

Color convert

RGB118120113-
CMYK0.0200.060.53
HSL77.14º3%45.69%-
HSV(B)77.14º5.83%47.06%-
XYZ17.1718.4818.28-
YUV118.6124.84127.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=33.62%
G=34.19%
B=32.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181201130.0200.060.5377.14345.69
Hex767871206354d32e
Octal16617016120665115356
Binary111011011110001110001100110110101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767871; }

 p { color: rgb(118,120,113); }

 H1.HeaderClassName
 {
   color: #767871;
 }
 .AnyTagClassName
 {
   color: #767871;
 }
</style>
background-color css

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

 a { background-color: rgb(118,120,113); }

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

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

 span { border-color: rgb(118,120,113); }

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