#787B75

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

Shades of Gunsmoke #787B75

Tints of Gunsmoke #787B75

Color information

#787B75 (or 0x787B75) is unknown color: approx Gunsmoke. HEX triplet: 78, 7B and 75. RGB value is (120,123,117). Sum of RGB (Red+Green+Blue) = 120+123+117=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 123 - color contains mainly: green. Hex color #787B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B75 is #87848A. Grayscale: #797979. Windows color (decimal): -8881291 or 7699320. OLE color: 7699320.

HSL color Cylindrical-coordinate representation of color #787B75: hue angle of 90º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787B75 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB120123117-
CMYK0.0200.050.52
HSL90º2.5%47.06%-
HSV(B)90º4.88%48.24%-
XYZ18.0419.4419.63-
YUV121.42125.51126.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=33.33%
G=34.17%
B=32.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201231170.0200.050.52902.547.06
Hex787B75205345a22f
Octal17017316520564132257
Binary111100011110111110101100101110100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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