#757B68

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

Shades of Gunsmoke #757B68

Tints of Gunsmoke #757B68

Color information

#757B68 (or 0x757B68) is unknown color: approx Gunsmoke. HEX triplet: 75, 7B and 68. RGB value is (117,123,104). Sum of RGB (Red+Green+Blue) = 117+123+104=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #757B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B68 is #8A8497. Grayscale: #777777. Windows color (decimal): -9077912 or 6847349. OLE color: 6847349.

HSL color Cylindrical-coordinate representation of color #757B68: hue angle of 78.95º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757B68 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB117123104-
CMYK0.0500.150.52
HSL78.95º8.37%44.51%-
HSV(B)78.95º15.45%48.24%-
XYZ16.9218.9515.86-
YUV119.04119.51126.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=34.01%
G=35.76%
B=30.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171231040.0500.150.5278.958.3744.51
Hex757B6850F344f82d
Octal1651731505017641171055
Binary1110101111101111010001010111111010010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B68; }

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

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

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

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

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

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

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

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