#787D72

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

Shades of Gunsmoke #787D72

Tints of Gunsmoke #787D72

Color information

#787D72 (or 0x787D72) is unknown color: approx Gunsmoke. HEX triplet: 78, 7D and 72. RGB value is (120,125,114). Sum of RGB (Red+Green+Blue) = 120+125+114=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 125 - color contains mainly: green. Hex color #787D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787D72 is #87828D. Grayscale: #7A7A7A. Windows color (decimal): -8880782 or 7503224. OLE color: 7503224.

HSL color Cylindrical-coordinate representation of color #787D72: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #787D72 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB120125114-
CMYK0.0400.090.51
HSL87.27º4.6%46.86%-
HSV(B)87.27º8.8%49.02%-
XYZ18.1219.8818.8-
YUV122.25123.34126.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=33.43%
G=34.82%
B=31.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201251140.0400.090.5187.274.646.86
Hex787D72409335752f
Octal170175162401163127557
Binary111100011111011110010100010011100111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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