#767872

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

Shades of Gunsmoke #767872

Tints of Gunsmoke #767872

Color information

#767872 (or 0x767872) is unknown color: approx Gunsmoke. HEX triplet: 76, 78 and 72. RGB value is (118,120,114). Sum of RGB (Red+Green+Blue) = 118+120+114=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 120 - color contains mainly: green. Hex color #767872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767872 is #89878D. Grayscale: #767676. Windows color (decimal): -9013134 or 7501942. OLE color: 7501942.

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

Color convert

RGB118120114-
CMYK0.0200.050.53
HSL80º2.56%45.88%-
HSV(B)80º5%47.06%-
XYZ17.2218.518.58-
YUV118.72125.34127.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=33.52%
G=34.09%
B=32.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181201140.0200.050.53802.5645.88
Hex767872205355032e
Octal16617016220565120356
Binary111011011110001110010100101110101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767872; }

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

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

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

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

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

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

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

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