#777874

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

Shades of Gunsmoke #777874

Tints of Gunsmoke #777874

Color information

#777874 (or 0x777874) is unknown color: approx Gunsmoke. HEX triplet: 77, 78 and 74. RGB value is (119,120,116). Sum of RGB (Red+Green+Blue) = 119+120+116=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 120 - color contains mainly: green. Hex color #777874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777874 is #88878B. Grayscale: #777777. Windows color (decimal): -8947596 or 7633015. OLE color: 7633015.

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

Color convert

RGB119120116-
CMYK0.0100.030.53
HSL75º1.69%46.27%-
HSV(B)75º3.33%47.06%-
XYZ17.4818.6219.2-
YUV119.24126.17127.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=33.52%
G=33.80%
B=32.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201160.0100.030.53751.6946.27
Hex777874103354b22e
Octal16717016410365113256
Binary1110111111100011101001011110101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777874; }

 p { color: rgb(119,120,116); }

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

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

 a { background-color: rgb(119,120,116); }

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

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

 span { border-color: rgb(119,120,116); }

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