#777875

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

Shades of Gunsmoke #777875

Tints of Gunsmoke #777875

Color information

#777875 (or 0x777875) is unknown color: approx Gunsmoke. HEX triplet: 77, 78 and 75. RGB value is (119,120,117). Sum of RGB (Red+Green+Blue) = 119+120+117=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 120 - color contains mainly: green. Hex color #777875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777875 is #88878A. Grayscale: #777777. Windows color (decimal): -8947595 or 7698551. OLE color: 7698551.

HSL color Cylindrical-coordinate representation of color #777875: hue angle of 80º degrees, saturation: 0.01, 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 #777875 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB119120117-
CMYK0.0100.020.53
HSL80º1.27%46.47%-
HSV(B)80º2.5%47.06%-
XYZ17.5418.6419.5-
YUV119.36126.67127.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=33.43%
G=33.71%
B=32.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201170.0100.020.53801.2746.47
Hex777875102355012e
Octal16717016510265120156
Binary111011111110001110101101011010110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777875; }

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

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

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

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

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

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

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

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