#787F6C

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

Shades of Gunsmoke #787F6C

Tints of Gunsmoke #787F6C

Color information

#787F6C (or 0x787F6C) is unknown color: approx Gunsmoke. HEX triplet: 78, 7F and 6C. RGB value is (120,127,108). Sum of RGB (Red+Green+Blue) = 120+127+108=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #787F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F6C is #878093. Grayscale: #7A7A7A. Windows color (decimal): -8880276 or 7110520. OLE color: 7110520.

HSL color Cylindrical-coordinate representation of color #787F6C: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787F6C is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB120127108-
CMYK0.0600.150.50
HSL82.11º8.09%46.08%-
HSV(B)82.11º14.96%49.8%-
XYZ18.0420.2517.15-
YUV122.74119.68126.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=33.80%
G=35.77%
B=30.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201271080.0600.150.5082.118.0946.08
Hex787F6C60F325282e
Octal1701771546017621221056
Binary1111000111111111011001100111111001010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787F6C; }

 p { color: rgb(120,127,108); }

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

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

 a { background-color: rgb(120,127,108); }

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

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

 span { border-color: rgb(120,127,108); }

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