#75786D

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

Shades of Gunsmoke #75786D

Tints of Gunsmoke #75786D

Color information

#75786D (or 0x75786D) is unknown color: approx Gunsmoke. HEX triplet: 75, 78 and 6D. RGB value is (117,120,109). Sum of RGB (Red+Green+Blue) = 117+120+109=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #75786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786D is #8A8792. Grayscale: #757575. Windows color (decimal): -9078675 or 7174261. OLE color: 7174261.

HSL color Cylindrical-coordinate representation of color #75786D: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75786D is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB117120109-
CMYK0.0200.090.53
HSL76.36º4.8%44.9%-
HSV(B)76.36º9.17%47.06%-
XYZ16.8118.3217.12-
YUV117.85123.01127.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=33.82%
G=34.68%
B=31.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201090.0200.090.5376.364.844.9
Hex75786D209354c52d
Octal165170155201165114555
Binary11101011111000110110110010011101011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75786D; }

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

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

<style>
 a { background-color: #75786D; }

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

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

<style>
 span { border-color: #75786D; }

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

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