#75786F

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

Shades of Gunsmoke #75786F

Tints of Gunsmoke #75786F

Color information

#75786F (or 0x75786F) is unknown color: approx Gunsmoke. HEX triplet: 75, 78 and 6F. RGB value is (117,120,111). Sum of RGB (Red+Green+Blue) = 117+120+111=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 120 - color contains mainly: green. Hex color #75786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786F is #8A8790. Grayscale: #767676. Windows color (decimal): -9078673 or 7305333. OLE color: 7305333.

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

Color convert

RGB117120111-
CMYK0.0200.080.53
HSL80º3.9%45.29%-
HSV(B)80º7.5%47.06%-
XYZ16.9218.3617.69-
YUV118.08124.01127.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=33.62%
G=34.48%
B=31.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201110.0200.080.53803.945.29
Hex75786F208355042d
Octal165170157201065120455
Binary11101011111000110111110010001101011010000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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