#777872

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

Shades of Gunsmoke #777872

Tints of Gunsmoke #777872

Color information

#777872 (or 0x777872) is unknown color: approx Gunsmoke. HEX triplet: 77, 78 and 72. RGB value is (119,120,114). Sum of RGB (Red+Green+Blue) = 119+120+114=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 120 - color contains mainly: green. Hex color #777872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777872 is #88878D. Grayscale: #777777. Windows color (decimal): -8947598 or 7501943. OLE color: 7501943.

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

Color convert

RGB119120114-
CMYK0.0100.050.53
HSL70º2.56%45.88%-
HSV(B)70º5%47.06%-
XYZ17.3618.5718.59-
YUV119.02125.17127.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=33.71%
G=33.99%
B=32.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201140.0100.050.53702.5645.88
Hex777872105354632e
Octal16717016210565106356
Binary11101111111000111001010101110101100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777872; }

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

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

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

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

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

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

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

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