#757D65

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

Shades of Gunsmoke #757D65

Tints of Gunsmoke #757D65

Color information

#757D65 (or 0x757D65) is unknown color: approx Gunsmoke. HEX triplet: 75, 7D and 65. RGB value is (117,125,101). Sum of RGB (Red+Green+Blue) = 117+125+101=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 125 - color contains mainly: green. Hex color #757D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D65 is #8A829A. Grayscale: #777777. Windows color (decimal): -9077403 or 6651253. OLE color: 6651253.

HSL color Cylindrical-coordinate representation of color #757D65: hue angle of 80º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757D65 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB117125101-
CMYK0.0600.190.51
HSL80º10.62%44.31%-
HSV(B)80º19.2%49.02%-
XYZ17.0219.3915.16-
YUV119.87117.35125.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=34.11%
G=36.44%
B=29.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171251010.0600.190.518010.6244.31
Hex757D6560133350b2c
Octal1651751456023631201354
Binary11101011111101110010111001001111001110100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,125,101); }

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

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

 a { background-color: rgb(117,125,101); }

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

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

 span { border-color: rgb(117,125,101); }

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